Uses of Class
net.minecraft.network.play.client.CClientStatusPacket.State
-
Packages that use CClientStatusPacket.State Package Description net.minecraft.network.play.client -
-
Uses of CClientStatusPacket.State in net.minecraft.network.play.client
Fields in net.minecraft.network.play.client declared as CClientStatusPacket.State Modifier and Type Field Description private CClientStatusPacket.State
CClientStatusPacket. action
Methods in net.minecraft.network.play.client that return CClientStatusPacket.State Modifier and Type Method Description CClientStatusPacket.State
CClientStatusPacket. getAction()
static CClientStatusPacket.State
CClientStatusPacket.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CClientStatusPacket.State[]
CClientStatusPacket.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.network.play.client with parameters of type CClientStatusPacket.State Constructor Description CClientStatusPacket(CClientStatusPacket.State p_i46886_1_)
-