Uses of Interface
net.minecraft.network.protocol.SimpleUnboundProtocol
Packages that use SimpleUnboundProtocol
Package
Description
-
Uses of SimpleUnboundProtocol in net.minecraft.network.protocol
Methods in net.minecraft.network.protocol that return SimpleUnboundProtocolModifier and TypeMethodDescriptionProtocolInfoBuilder.buildUnbound(C context) static <T extends ClientboundPacketListener, B extends io.netty.buffer.ByteBuf>
SimpleUnboundProtocol<T, B> ProtocolInfoBuilder.clientboundProtocol(ConnectionProtocol id, Consumer<ProtocolInfoBuilder<T, B, Unit>> config) private static <L extends PacketListener, B extends io.netty.buffer.ByteBuf>
SimpleUnboundProtocol<L, B> ProtocolInfoBuilder.protocol(ConnectionProtocol id, PacketFlow flow, Consumer<ProtocolInfoBuilder<L, B, Unit>> config) static <T extends ServerboundPacketListener, B extends io.netty.buffer.ByteBuf>
SimpleUnboundProtocol<T, B> ProtocolInfoBuilder.serverboundProtocol(ConnectionProtocol id, Consumer<ProtocolInfoBuilder<T, B, Unit>> config) -
Uses of SimpleUnboundProtocol in net.minecraft.network.protocol.configuration
Fields in net.minecraft.network.protocol.configuration declared as SimpleUnboundProtocolModifier and TypeFieldDescriptionConfigurationProtocols.CLIENTBOUND_TEMPLATEConfigurationProtocols.SERVERBOUND_TEMPLATE -
Uses of SimpleUnboundProtocol in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as SimpleUnboundProtocolModifier and TypeFieldDescriptionstatic final SimpleUnboundProtocol<ClientGamePacketListener, RegistryFriendlyByteBuf> GameProtocols.CLIENTBOUND_TEMPLATE -
Uses of SimpleUnboundProtocol in net.minecraft.network.protocol.handshake
Fields in net.minecraft.network.protocol.handshake declared as SimpleUnboundProtocolModifier and TypeFieldDescriptionstatic final SimpleUnboundProtocol<ServerHandshakePacketListener, FriendlyByteBuf> HandshakeProtocols.SERVERBOUND_TEMPLATE -
Uses of SimpleUnboundProtocol in net.minecraft.network.protocol.login
Fields in net.minecraft.network.protocol.login declared as SimpleUnboundProtocolModifier and TypeFieldDescriptionstatic final SimpleUnboundProtocol<ClientLoginPacketListener, FriendlyByteBuf> LoginProtocols.CLIENTBOUND_TEMPLATEstatic final SimpleUnboundProtocol<ServerLoginPacketListener, FriendlyByteBuf> LoginProtocols.SERVERBOUND_TEMPLATE -
Uses of SimpleUnboundProtocol in net.minecraft.network.protocol.status
Fields in net.minecraft.network.protocol.status declared as SimpleUnboundProtocolModifier and TypeFieldDescriptionstatic final SimpleUnboundProtocol<ClientStatusPacketListener, FriendlyByteBuf> StatusProtocols.CLIENTBOUND_TEMPLATEstatic final SimpleUnboundProtocol<ServerStatusPacketListener, io.netty.buffer.ByteBuf> StatusProtocols.SERVERBOUND_TEMPLATE