Uses of Interface
net.minecraft.network.ProtocolInfo.Unbound
-
Uses of ProtocolInfo.Unbound in net.minecraft.network.protocol
Modifier and TypeMethodDescriptionProtocolInfoBuilder.buildUnbound()
static <T extends ClientboundPacketListener,
B extends io.netty.buffer.ByteBuf>
ProtocolInfo.Unbound<T, B> ProtocolInfoBuilder.clientboundProtocolUnbound
(ConnectionProtocol p_320864_, Consumer<ProtocolInfoBuilder<T, B>> p_320056_) private static <L extends PacketListener,
B extends io.netty.buffer.ByteBuf>
ProtocolInfo.Unbound<L, B> ProtocolInfoBuilder.protocolUnbound
(ConnectionProtocol p_320849_, PacketFlow p_320146_, Consumer<ProtocolInfoBuilder<L, B>> p_320140_) static <T extends ServerboundPacketListener,
B extends io.netty.buffer.ByteBuf>
ProtocolInfo.Unbound<T, B> ProtocolInfoBuilder.serverboundProtocolUnbound
(ConnectionProtocol p_320741_, Consumer<ProtocolInfoBuilder<T, B>> p_320299_) -
Uses of ProtocolInfo.Unbound in net.minecraft.network.protocol.game