net.minecraft.network.protocol.handshake

public record ClientIntentionPacket

implements Packet<ServerHandshakePacketListener>

aij
net.minecraft.network.protocol.handshake.ClientIntentionPacket
net.minecraft.class_2889
net.minecraft.unmapped.C_ftiizbuk
net.minecraft.network.packet.c2s.handshake.HandshakeC2SPacket
net.minecraft.network.packet.c2s.handshake.HandshakeC2SPacket
net.minecraft.src.C_5200_
net.minecraft.network.protocol.handshake.PacketHandshakingInSetProtocol

Field summary

Modifier and TypeField
private final int
b
protocolVersion
comp_1563
f_mifjghnz
protocolVersion
protocolVersion
f_134720_
private final String
c
hostName
comp_1564
f_kyxgaxgu
address
address
f_134721_
private final int
d
port
comp_1565
f_krymkmpu
port
port
f_134722_
private final ClientIntent
e
intention
comp_1566
f_bghrxzhy
intendedState
intendedState
f_134723_
public static final StreamCodec<FriendlyByteBuf, ClientIntentionPacket>
a
STREAM_CODEC
field_48229
f_apdndgsl
CODEC
CODEC
f_317116_
private static final int
f
MAX_HOST_LENGTH
field_33372
f_rswigbdj
MAX_ADDRESS_LENGTH
MAX_ADDRESS_LENGTH
f_179799_

Constructor summary

ModifierConstructor
public (int protocolVersion, String address, int port, ClientIntent intendedState)
private (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
private void
a(vw arg0)
write(FriendlyByteBuf arg0)
method_56007(class_2540 arg0)
m_cvnrjadh(C_idfydwco arg0)
write(PacketByteBuf buf)
write(PacketByteBuf buf)
m_134736_(C_4983_ arg0)
public PacketType<ClientIntentionPacket>
a()
type()
method_55846()
m_bbocywrf()
getPacketId()
getType()
m_5779_()
public void
a(aim arg0)
handle(ServerHandshakePacketListener arg0)
method_12575(class_2890 arg0)
m_fwehsjcy(C_vpqgcfsm arg0)
apply(ServerHandshakePacketListener arg0)
apply(ServerHandshakePacketListener arg0)
m_5797_(C_5201_ arg0)
public boolean
d()
isTerminal()
method_55943()
m_ytvbgrrz()
transitionsNetworkState()
transitionsNetworkState()
m_319635_()
public int
b()
protocolVersion()
comp_1563()
m_xtvmjzru()
protocolVersion()
protocolVersion()
f_134720_()
public String
e()
hostName()
comp_1564()
m_rwkbiqpp()
address()
hostName()
f_134721_()
public int
f()
port()
comp_1565()
m_hezttkjy()
port()
port()
f_134722_()
public ClientIntent
g()
intention()
comp_1566()
m_jxpimbry()
intendedState()
intention()
f_134723_()