Uses of Interface
net.minecraft.network.ProtocolInfo.Unbound
Packages that use ProtocolInfo.Unbound
-
Uses of ProtocolInfo.Unbound in net.minecraft.network.protocol
Methods in net.minecraft.network.protocol that return ProtocolInfo.UnboundModifier 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
Fields in net.minecraft.network.protocol.game declared as ProtocolInfo.Unbound