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 pContext) static <T extends ClientboundPacketListener,
B extends io.netty.buffer.ByteBuf>
SimpleUnboundProtocol<T, B> ProtocolInfoBuilder.clientboundProtocol
(ConnectionProtocol pProtocol, Consumer<ProtocolInfoBuilder<T, B, Unit>> pPacketAdder) private static <L extends PacketListener,
B extends io.netty.buffer.ByteBuf>
SimpleUnboundProtocol<L, B> ProtocolInfoBuilder.protocol
(ConnectionProtocol pProtocol, PacketFlow pFlow, Consumer<ProtocolInfoBuilder<L, B, Unit>> pPacketAdder) static <T extends ServerboundPacketListener,
B extends io.netty.buffer.ByteBuf>
SimpleUnboundProtocol<T, B> ProtocolInfoBuilder.serverboundProtocol
(ConnectionProtocol pProtocol, Consumer<ProtocolInfoBuilder<T, B, Unit>> pPacketAdder) -
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