Class StatusProtocols
java.lang.Object
net.minecraft.network.protocol.status.StatusProtocols
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ProtocolInfo
<ClientStatusPacketListener> static final ProtocolInfo.Unbound
<ClientStatusPacketListener, FriendlyByteBuf> static final ProtocolInfo
<ServerStatusPacketListener> static final ProtocolInfo.Unbound
<ServerStatusPacketListener, io.netty.buffer.ByteBuf> -
Constructor Summary
-
Method Summary
-
Field Details
-
SERVERBOUND_TEMPLATE
public static final ProtocolInfo.Unbound<ServerStatusPacketListener,io.netty.buffer.ByteBuf> SERVERBOUND_TEMPLATE -
SERVERBOUND
-
CLIENTBOUND_TEMPLATE
public static final ProtocolInfo.Unbound<ClientStatusPacketListener,FriendlyByteBuf> CLIENTBOUND_TEMPLATE -
CLIENTBOUND
-
-
Constructor Details
-
StatusProtocols
public StatusProtocols()
-