Uses of Interface
net.minecraft.network.ProtocolInfo
Packages that use ProtocolInfo
Package
Description
-
Uses of ProtocolInfo in net.minecraft.network
Fields in net.minecraft.network declared as ProtocolInfoModifier and TypeFieldDescriptionprivate @Nullable ProtocolInfo<?> Connection.inboundProtocolprivate static final ProtocolInfo<ServerHandshakePacketListener> Connection.INITIAL_PROTOCOLprivate final ProtocolInfo<T> PacketDecoder.protocolInfoprivate final ProtocolInfo<T> PacketEncoder.protocolInfoMethods in net.minecraft.network that return ProtocolInfoModifier and TypeMethodDescriptionProtocolInfo<?> Connection.getInboundProtocol()PacketEncoder.getProtocolInfo()Methods in net.minecraft.network with parameters of type ProtocolInfoModifier and TypeMethodDescriptionprivate <S extends ServerboundPacketListener, C extends ClientboundPacketListener>
voidConnection.initiateServerboundConnection(String hostName, int port, ProtocolInfo<S> outbound, ProtocolInfo<C> inbound, C listener, ClientIntent intent) <S extends ServerboundPacketListener, C extends ClientboundPacketListener>
voidConnection.initiateServerboundPlayConnection(String hostName, int port, ProtocolInfo<S> outbound, ProtocolInfo<C> inbound, C listener, boolean transfer) <T extends PacketListener>
voidConnection.setupInboundProtocol(ProtocolInfo<T> protocol, T packetListener) static <T extends PacketListener>
UnconfiguredPipelineHandler.InboundConfigurationTaskUnconfiguredPipelineHandler.setupInboundProtocol(ProtocolInfo<T> protocolInfo) voidConnection.setupOutboundProtocol(ProtocolInfo<?> protocol) static <T extends PacketListener>
UnconfiguredPipelineHandler.OutboundConfigurationTaskUnconfiguredPipelineHandler.setupOutboundProtocol(ProtocolInfo<T> codecData) private voidConnection.validateListener(ProtocolInfo<?> protocol, PacketListener packetListener) Constructors in net.minecraft.network with parameters of type ProtocolInfoModifierConstructorDescriptionPacketDecoder(ProtocolInfo<T> protocolInfo) PacketEncoder(ProtocolInfo<T> protocolInfo) -
Uses of ProtocolInfo in net.minecraft.network.protocol
Classes in net.minecraft.network.protocol that implement ProtocolInfoModifier and TypeClassDescriptionprivate static final recordProtocolInfoBuilder.Implementation<L extends PacketListener>Methods in net.minecraft.network.protocol that return ProtocolInfo -
Uses of ProtocolInfo in net.minecraft.network.protocol.configuration
Fields in net.minecraft.network.protocol.configuration declared as ProtocolInfoModifier and TypeFieldDescriptionstatic final ProtocolInfo<ClientConfigurationPacketListener> ConfigurationProtocols.CLIENTBOUNDstatic final ProtocolInfo<ServerConfigurationPacketListener> ConfigurationProtocols.SERVERBOUND -
Uses of ProtocolInfo in net.minecraft.network.protocol.handshake
Fields in net.minecraft.network.protocol.handshake declared as ProtocolInfoModifier and TypeFieldDescriptionstatic final ProtocolInfo<ServerHandshakePacketListener> HandshakeProtocols.SERVERBOUND -
Uses of ProtocolInfo in net.minecraft.network.protocol.login
Fields in net.minecraft.network.protocol.login declared as ProtocolInfoModifier and TypeFieldDescriptionstatic final ProtocolInfo<ClientLoginPacketListener> LoginProtocols.CLIENTBOUNDstatic final ProtocolInfo<ServerLoginPacketListener> LoginProtocols.SERVERBOUND -
Uses of ProtocolInfo in net.minecraft.network.protocol.status
Fields in net.minecraft.network.protocol.status declared as ProtocolInfoModifier and TypeFieldDescriptionstatic final ProtocolInfo<ClientStatusPacketListener> StatusProtocols.CLIENTBOUNDstatic final ProtocolInfo<ServerStatusPacketListener> StatusProtocols.SERVERBOUND