Uses of Enum
net.minecraft.network.packet.c2s.play.ClientCommandC2SPacket.Mode
Packages that use ClientCommandC2SPacket.Mode
-
Uses of ClientCommandC2SPacket.Mode in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as ClientCommandC2SPacket.ModeMethods in net.minecraft.network.packet.c2s.play that return ClientCommandC2SPacket.ModeModifier and TypeMethodDescriptionClientCommandC2SPacket.getMode()
static ClientCommandC2SPacket.Mode
Returns the enum constant of this type with the specified name.static ClientCommandC2SPacket.Mode[]
ClientCommandC2SPacket.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.network.packet.c2s.play with parameters of type ClientCommandC2SPacket.ModeModifierConstructorDescriptionClientCommandC2SPacket(Entity entity, ClientCommandC2SPacket.Mode mode)
ClientCommandC2SPacket(Entity entity, ClientCommandC2SPacket.Mode mode, int mountJumpHeight)