Uses of Enum Class
net.minecraft.network.protocol.handshake.ClientIntent
Packages that use ClientIntent
- 
Uses of ClientIntent in net.minecraft.networkMethods in net.minecraft.network with parameters of type ClientIntentModifier and TypeMethodDescriptionprivate voidConnection.initiateServerboundConnection(String p_294633_, int p_295471_, PacketListener p_294751_, ClientIntent p_294281_) voidConnection.setClientboundProtocolAfterHandshake(ClientIntent p_294783_) 
- 
Uses of ClientIntent in net.minecraft.network.protocol.handshakeFields in net.minecraft.network.protocol.handshake declared as ClientIntentModifier and TypeFieldDescriptionprivate final ClientIntentClientIntentionPacket.intentionThe field for theintentionrecord component.Methods in net.minecraft.network.protocol.handshake that return ClientIntentModifier and TypeMethodDescriptionstatic ClientIntentClientIntent.byId(int p_295065_) ClientIntentionPacket.intention()Returns the value of theintentionrecord component.static ClientIntentReturns the enum constant of this class with the specified name.static ClientIntent[]ClientIntent.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.network.protocol.handshake with parameters of type ClientIntentModifierConstructorDescriptionClientIntentionPacket(int protocolVersion, String hostName, int port, ClientIntent intention) Deprecated.