Uses of Enum Class
fr.hytale.loader.api.GameMode
Packages that use GameMode
-
Uses of GameMode in fr.hytale.loader.api
Subclasses with type arguments of type GameMode in fr.hytale.loader.apiMethods in fr.hytale.loader.api that return GameModeModifier and TypeMethodDescriptionstatic GameModeGameMode.fromId(int id) Gets a GameMode by its numeric ID.static GameModeGameMode.fromNative(com.hypixel.hytale.protocol.GameMode nativeGameMode) Converts a native Hytale GameMode to a HytaleLoader GameMode.Player.getGameMode()Gets the player's current game mode.static GameModeReturns the enum constant of this class with the specified name.static GameMode[]GameMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.hytale.loader.api with parameters of type GameModeModifier and TypeMethodDescriptionvoidPlayer.setGameMode(GameMode gameMode) Sets the player's game mode.