Uses of Enum Class
org.geysermc.floodgate.util.InputMode
Packages that use InputMode
-
Uses of InputMode in org.geysermc.floodgate.util
Methods in org.geysermc.floodgate.util that return InputModeModifier and TypeMethodDescriptionstatic InputMode
InputMode.fromId(int id)
Get the InputMode instance from the identifier.static InputMode
Returns the enum constant of this class with the specified name.static InputMode[]
InputMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of InputMode in org.geysermc.geyser.session.auth
Methods in org.geysermc.geyser.session.auth that return InputModeModifier and TypeMethodDescriptionBedrockClientData.getCurrentInputMode()
BedrockClientData.getDefaultInputMode()