Interface GameMode
-
- All Superinterfaces:
ComponentLike
,DefaultedRegistryValue
@CatalogedBy(GameModes.class) public interface GameMode extends DefaultedRegistryValue, ComponentLike
Represents a game mode that aPlayer
may have.
-
-
Method Summary
-
Methods inherited from interface net.kyori.adventure.text.ComponentLike
asComponent
-
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
-