Uses of Interface
net.minecraft.network.protocol.SimpleUnboundProtocol
Packages that use SimpleUnboundProtocol
Package
Description
-
Uses of SimpleUnboundProtocol in net.minecraft.network.protocol
Methods in net.minecraft.network.protocol that return SimpleUnboundProtocolModifier and TypeMethodDescriptionProtocolInfoBuilder.buildUnbound
(C p_412107_) static <T extends ClientboundPacketListener,
B extends io.netty.buffer.ByteBuf>
SimpleUnboundProtocol<T, B> ProtocolInfoBuilder.clientboundProtocol
(ConnectionProtocol p_320428_, Consumer<ProtocolInfoBuilder<T, B, Unit>> p_320292_) private static <L extends PacketListener,
B extends io.netty.buffer.ByteBuf>
SimpleUnboundProtocol<L, B> ProtocolInfoBuilder.protocol
(ConnectionProtocol p_320849_, PacketFlow p_320146_, Consumer<ProtocolInfoBuilder<L, B, Unit>> p_320140_) static <T extends ServerboundPacketListener,
B extends io.netty.buffer.ByteBuf>
SimpleUnboundProtocol<T, B> ProtocolInfoBuilder.serverboundProtocol
(ConnectionProtocol p_319767_, Consumer<ProtocolInfoBuilder<T, B, Unit>> p_320799_) -
Uses of SimpleUnboundProtocol in net.minecraft.network.protocol.configuration
Fields in net.minecraft.network.protocol.configuration declared as SimpleUnboundProtocolModifier and TypeFieldDescriptionConfigurationProtocols.CLIENTBOUND_TEMPLATE
ConfigurationProtocols.SERVERBOUND_TEMPLATE
-
Uses of SimpleUnboundProtocol in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as SimpleUnboundProtocol -
Uses of SimpleUnboundProtocol in net.minecraft.network.protocol.handshake
Fields in net.minecraft.network.protocol.handshake declared as SimpleUnboundProtocol -
Uses of SimpleUnboundProtocol in net.minecraft.network.protocol.login
Fields in net.minecraft.network.protocol.login declared as SimpleUnboundProtocolModifier and TypeFieldDescriptionstatic final SimpleUnboundProtocol
<ClientLoginPacketListener, FriendlyByteBuf> LoginProtocols.CLIENTBOUND_TEMPLATE
static final SimpleUnboundProtocol
<ServerLoginPacketListener, FriendlyByteBuf> LoginProtocols.SERVERBOUND_TEMPLATE
-
Uses of SimpleUnboundProtocol in net.minecraft.network.protocol.status
Fields in net.minecraft.network.protocol.status declared as SimpleUnboundProtocolModifier and TypeFieldDescriptionstatic final SimpleUnboundProtocol
<ClientStatusPacketListener, FriendlyByteBuf> StatusProtocols.CLIENTBOUND_TEMPLATE
static final SimpleUnboundProtocol
<ServerStatusPacketListener, io.netty.buffer.ByteBuf> StatusProtocols.SERVERBOUND_TEMPLATE