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