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