Uses of Interface
net.minecraft.network.ProtocolInfo.Unbound
Package
Description
-
Uses of ProtocolInfo.Unbound in net.minecraft.network.protocol
Modifier and TypeMethodDescriptionProtocolInfoBuilder.buildUnbound()
static <T extends ClientboundPacketListener,
B extends io.netty.buffer.ByteBuf>
ProtocolInfo.Unbound<T, B> ProtocolInfoBuilder.clientboundProtocol
(ConnectionProtocol p_320428_, Consumer<ProtocolInfoBuilder<T, B>> p_320292_) private static <L extends PacketListener,
B extends io.netty.buffer.ByteBuf>
ProtocolInfo.Unbound<L, B> ProtocolInfoBuilder.protocol
(ConnectionProtocol p_320849_, PacketFlow p_320146_, Consumer<ProtocolInfoBuilder<L, B>> p_320140_) static <T extends ServerboundPacketListener,
B extends io.netty.buffer.ByteBuf>
ProtocolInfo.Unbound<T, B> ProtocolInfoBuilder.serverboundProtocol
(ConnectionProtocol p_319767_, Consumer<ProtocolInfoBuilder<T, B>> p_320799_) -
Uses of ProtocolInfo.Unbound in net.minecraft.network.protocol.configuration
Modifier and TypeFieldDescriptionConfigurationProtocols.CLIENTBOUND_TEMPLATE
ConfigurationProtocols.SERVERBOUND_TEMPLATE
-
Uses of ProtocolInfo.Unbound in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionGameProtocols.CLIENTBOUND_TEMPLATE
GameProtocols.SERVERBOUND_TEMPLATE
-
Uses of ProtocolInfo.Unbound in net.minecraft.network.protocol.handshake
Modifier and TypeFieldDescriptionstatic final ProtocolInfo.Unbound
<ServerHandshakePacketListener, FriendlyByteBuf> HandshakeProtocols.SERVERBOUND_TEMPLATE
-
Uses of ProtocolInfo.Unbound in net.minecraft.network.protocol.login
Modifier and TypeFieldDescriptionstatic final ProtocolInfo.Unbound
<ClientLoginPacketListener, FriendlyByteBuf> LoginProtocols.CLIENTBOUND_TEMPLATE
static final ProtocolInfo.Unbound
<ServerLoginPacketListener, FriendlyByteBuf> LoginProtocols.SERVERBOUND_TEMPLATE
-
Uses of ProtocolInfo.Unbound in net.minecraft.network.protocol.status
Modifier and TypeFieldDescriptionstatic final ProtocolInfo.Unbound
<ClientStatusPacketListener, FriendlyByteBuf> StatusProtocols.CLIENTBOUND_TEMPLATE
static final ProtocolInfo.Unbound
<ServerStatusPacketListener, io.netty.buffer.ByteBuf> StatusProtocols.SERVERBOUND_TEMPLATE