net.minecraft.network.protocol.status

public class StatusProtocols

ala
net.minecraft.network.protocol.status.StatusProtocols
net.minecraft.class_9103
net.minecraft.network.state.QueryStates
net.minecraft.network.protocol.status.StatusProtocols

Field summary

Modifier and TypeField
public static final ProtocolInfo$Unbound<ServerStatusPacketListener, io.netty.buffer.ByteBuf>
a
SERVERBOUND_TEMPLATE
field_52200
C2S_FACTORY
public static final ProtocolInfo<ServerStatusPacketListener>
b
SERVERBOUND
field_48263
C2S
public static final ProtocolInfo$Unbound<ClientStatusPacketListener, FriendlyByteBuf>
c
CLIENTBOUND_TEMPLATE
field_52201
S2C_FACTORY
public static final ProtocolInfo<ClientStatusPacketListener>
d
CLIENTBOUND
field_48264
S2C

Constructor summary

ModifierConstructor
public ()