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 pProtocol, Consumer<ProtocolInfoBuilder<T, B, C>> pPacketAdder) private static <L extends PacketListener,B extends io.netty.buffer.ByteBuf, C>
UnboundProtocol<L, B, C> ProtocolInfoBuilder.contextProtocol(ConnectionProtocol pProtocol, PacketFlow pFlow, Consumer<ProtocolInfoBuilder<L, B, C>> pPacketAdder) static <T extends ServerboundPacketListener,B extends io.netty.buffer.ByteBuf, C>
UnboundProtocol<T, B, C> ProtocolInfoBuilder.contextServerboundProtocol(ConnectionProtocol pProtocol, Consumer<ProtocolInfoBuilder<T, B, C>> pPacketAdder) -
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