Uses of Interface
net.minecraft.network.ProtocolInfo.Unbound
Packages that use ProtocolInfo.Unbound
Package
Description
-
Uses of ProtocolInfo.Unbound in net.minecraft.network.protocol
Methods in net.minecraft.network.protocol that return ProtocolInfo.UnboundModifier 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
Fields in net.minecraft.network.protocol.configuration declared as ProtocolInfo.UnboundModifier and TypeFieldDescriptionConfigurationProtocols.CLIENTBOUND_TEMPLATE
ConfigurationProtocols.SERVERBOUND_TEMPLATE
-
Uses of ProtocolInfo.Unbound in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ProtocolInfo.UnboundModifier and TypeFieldDescriptionGameProtocols.CLIENTBOUND_TEMPLATE
GameProtocols.SERVERBOUND_TEMPLATE
-
Uses of ProtocolInfo.Unbound in net.minecraft.network.protocol.handshake
Fields in net.minecraft.network.protocol.handshake declared as ProtocolInfo.UnboundModifier and TypeFieldDescriptionstatic final ProtocolInfo.Unbound
<ServerHandshakePacketListener, FriendlyByteBuf> HandshakeProtocols.SERVERBOUND_TEMPLATE
-
Uses of ProtocolInfo.Unbound in net.minecraft.network.protocol.login
Fields in net.minecraft.network.protocol.login declared as ProtocolInfo.UnboundModifier 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
Fields in net.minecraft.network.protocol.status declared as ProtocolInfo.UnboundModifier and TypeFieldDescriptionstatic final ProtocolInfo.Unbound
<ClientStatusPacketListener, FriendlyByteBuf> StatusProtocols.CLIENTBOUND_TEMPLATE
static final ProtocolInfo.Unbound
<ServerStatusPacketListener, io.netty.buffer.ByteBuf> StatusProtocols.SERVERBOUND_TEMPLATE