Uses of Record Class
net.minecraft.network.protocol.handshake.ClientIntentionPacket
-
Uses of ClientIntentionPacket in net.minecraft.network.protocol.handshake
Modifier and TypeFieldDescriptionstatic final PacketType
<ClientIntentionPacket> HandshakePacketTypes.CLIENT_INTENTION
static final StreamCodec
<FriendlyByteBuf, ClientIntentionPacket> ClientIntentionPacket.STREAM_CODEC
Modifier and TypeMethodDescriptionvoid
ServerHandshakePacketListener.handleIntention
(ClientIntentionPacket p_134739_) -
Uses of ClientIntentionPacket in net.minecraft.server.network
Modifier and TypeMethodDescriptionprivate void
ServerHandshakePacketListenerImpl.beginLogin
(ClientIntentionPacket p_320524_, boolean p_320853_) void
MemoryServerHandshakePacketListenerImpl.handleIntention
(ClientIntentionPacket p_9697_) void
ServerHandshakePacketListenerImpl.handleIntention
(ClientIntentionPacket p_9975_)