Uses of Interface
net.minecraft.network.listener.ServerConfigurationPacketListener
Packages that use ServerConfigurationPacketListener
Package
Description
-
Uses of ServerConfigurationPacketListener in net.minecraft.network.packet
Methods in net.minecraft.network.packet with type parameters of type ServerConfigurationPacketListenerModifier and TypeMethodDescriptionprivate static <T extends Packet<ServerConfigurationPacketListener>>
PacketType<T> -
Uses of ServerConfigurationPacketListener in net.minecraft.network.packet.c2s.config
Methods in net.minecraft.network.packet.c2s.config with parameters of type ServerConfigurationPacketListenerModifier and TypeMethodDescriptionvoidReadyC2SPacket.apply(ServerConfigurationPacketListener serverConfigurationPacketListener) voidSelectKnownPacksC2SPacket.apply(ServerConfigurationPacketListener serverConfigurationPacketListener) -
Uses of ServerConfigurationPacketListener in net.minecraft.network.state
Fields in net.minecraft.network.state with type parameters of type ServerConfigurationPacketListenerModifier and TypeFieldDescriptionstatic final NetworkState<ServerConfigurationPacketListener> ConfigurationStates.C2SConfigurationStates.C2S_FACTORY -
Uses of ServerConfigurationPacketListener in net.minecraft.server.network
Classes in net.minecraft.server.network that implement ServerConfigurationPacketListener