Uses of Enum Class
com.comphenix.protocol.wrappers.EnumWrappers.NativeGameMode
Packages that use EnumWrappers.NativeGameMode
-
Uses of EnumWrappers.NativeGameMode in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return types with arguments of type EnumWrappers.NativeGameModeModifier and TypeMethodDescriptionAbstractStructure.getGameModes()Retrieve a read/write structure for the NativeGameMode enum in 1.7.2. -
Uses of EnumWrappers.NativeGameMode in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return EnumWrappers.NativeGameModeModifier and TypeMethodDescriptionstatic EnumWrappers.NativeGameModeEnumWrappers.NativeGameMode.fromBukkit(org.bukkit.GameMode mode)Obtains the given GameMode's NativeGameMode equivalent.PlayerInfoData.getGameMode()Gets the GameMode of the player represented by this data.static EnumWrappers.NativeGameModeReturns the enum constant of this class with the specified name.static EnumWrappers.NativeGameMode[]EnumWrappers.NativeGameMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.comphenix.protocol.wrappers that return types with arguments of type EnumWrappers.NativeGameModeConstructors in com.comphenix.protocol.wrappers with parameters of type EnumWrappers.NativeGameModeModifierConstructorDescriptionPlayerInfoData(WrappedGameProfile profile, int latency, EnumWrappers.NativeGameMode gameMode, WrappedChatComponent displayName)