Uses of Enum Class
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.ModeModifier and TypeFieldDescriptionprivate final ClientCommandC2SPacket.Mode
ClientCommandC2SPacket.mode
Methods in net.minecraft.network.packet.c2s.play that return ClientCommandC2SPacket.ModeModifier 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.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)