Uses of Interface
net.minecraft.network.protocol.UnboundProtocol
Packages that use UnboundProtocol
-
Uses of UnboundProtocol in net.minecraft.network.protocol
Methods in net.minecraft.network.protocol that return UnboundProtocolModifier and TypeMethodDescriptionProtocolInfoBuilder.buildUnbound()
static <T extends ClientboundPacketListener,
B extends io.netty.buffer.ByteBuf, C>
UnboundProtocol<T, B, C> ProtocolInfoBuilder.contextClientboundProtocol
(ConnectionProtocol p_412735_, Consumer<ProtocolInfoBuilder<T, B, C>> p_412617_) private static <L extends PacketListener,
B extends io.netty.buffer.ByteBuf, C>
UnboundProtocol<L, B, C> ProtocolInfoBuilder.contextProtocol
(ConnectionProtocol p_412739_, PacketFlow p_412457_, Consumer<ProtocolInfoBuilder<L, B, C>> p_412460_) static <T extends ServerboundPacketListener,
B extends io.netty.buffer.ByteBuf, C>
UnboundProtocol<T, B, C> ProtocolInfoBuilder.contextServerboundProtocol
(ConnectionProtocol p_412637_, Consumer<ProtocolInfoBuilder<T, B, C>> p_412492_) -
Uses of UnboundProtocol in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as UnboundProtocolModifier and TypeFieldDescriptionstatic final UnboundProtocol
<ServerGamePacketListener, RegistryFriendlyByteBuf, GameProtocols.Context> GameProtocols.SERVERBOUND_TEMPLATE