Uses of Enum Class
net.minecraft.class_8592
Packages that use class_8592
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8592 in net.minecraft
Methods in net.minecraft that return class_8592Modifier and TypeMethodDescriptionstatic class_8592class_8592.method_52284(int int2) static class_8592Returns the enum constant of this class with the specified name.static class_8592[]class_8592.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of class_8592 in net.minecraft.network
Methods in net.minecraft.network with parameters of type class_8592Modifier and TypeMethodDescriptionvoidClientConnection.method_52899(class_8592 class_8592) private voidClientConnection.method_52904(String string, int int2, PacketListener packetListener, class_8592 class_8592) -
Uses of class_8592 in net.minecraft.network.packet.c2s.handshake
Fields in net.minecraft.network.packet.c2s.handshake declared as class_8592Modifier and TypeFieldDescriptionprivate final class_8592HandshakeC2SPacket.intendedStateThe field for theintendedStaterecord component.Methods in net.minecraft.network.packet.c2s.handshake that return class_8592Modifier and TypeMethodDescriptionHandshakeC2SPacket.intendedState()Returns the value of theintendedStaterecord component.Constructors in net.minecraft.network.packet.c2s.handshake with parameters of type class_8592ModifierConstructorDescriptionHandshakeC2SPacket(int int2, String string, int int3, class_8592 class_8592) Deprecated.