Uses of Enum Class
net.minecraft.network.packet.c2s.play.ClientCommandC2SPacket.Mode
-
Uses of ClientCommandC2SPacket.Mode in net.minecraft.network.packet.c2s.play
Modifier and TypeFieldDescriptionprivate final ClientCommandC2SPacket.Mode
ClientCommandC2SPacket.mode
Modifier and TypeMethodDescriptionClientCommandC2SPacket.getMode()
static ClientCommandC2SPacket.Mode
Returns the enum constant of this class with the specified name.static ClientCommandC2SPacket.Mode[]
ClientCommandC2SPacket.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionClientCommandC2SPacket
(Entity entity, ClientCommandC2SPacket.Mode mode) ClientCommandC2SPacket
(Entity entity, ClientCommandC2SPacket.Mode mode, int mountJumpHeight)