Uses of Enum Class
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.ModeModifier and TypeFieldDescriptionprivate final ClientStatusC2SPacket.Mode
ClientStatusC2SPacket.mode
Methods in net.minecraft.network.packet.c2s.play that return ClientStatusC2SPacket.ModeModifier and TypeMethodDescriptionClientStatusC2SPacket.getMode()
static ClientStatusC2SPacket.Mode
Returns the enum constant of this class with the specified name.static ClientStatusC2SPacket.Mode[]
ClientStatusC2SPacket.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 ClientStatusC2SPacket.Mode