Uses of Class
net.minecraft.network.packet.c2s.play.ClientCommandC2SPacket.Mode
| Package | Description |
|---|---|
| net.minecraft.network.packet.c2s.play |
-
Uses of ClientCommandC2SPacket.Mode in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as ClientCommandC2SPacket.Mode Modifier and Type Field Description private ClientCommandC2SPacket.ModeClientCommandC2SPacket. modeMethods in net.minecraft.network.packet.c2s.play that return ClientCommandC2SPacket.Mode Modifier and Type Method Description ClientCommandC2SPacket.ModeClientCommandC2SPacket. getMode()static ClientCommandC2SPacket.ModeClientCommandC2SPacket.Mode. valueOf(String name)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.Mode Constructor Description ClientCommandC2SPacket(Entity entity, ClientCommandC2SPacket.Mode mode)ClientCommandC2SPacket(Entity entity, ClientCommandC2SPacket.Mode mode, int mountJumpHeight)