Uses of Enum
net.minecraft.network.packet.c2s.play.ClientStatusC2SPacket.Mode
Packages that use ClientStatusC2SPacket.Mode
-
Uses of ClientStatusC2SPacket.Mode in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as ClientStatusC2SPacket.ModeMethods in net.minecraft.network.packet.c2s.play that return ClientStatusC2SPacket.ModeModifier and TypeMethodDescriptionClientStatusC2SPacket.getMode()
static ClientStatusC2SPacket.Mode
Returns the enum constant of this type with the specified name.static ClientStatusC2SPacket.Mode[]
ClientStatusC2SPacket.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 ClientStatusC2SPacket.Mode