Uses of Interface
net.minecraft.network.protocol.configuration.ServerConfigurationPacketListener
Packages that use ServerConfigurationPacketListener
Package
Description
-
Uses of ServerConfigurationPacketListener in net.minecraft.network.protocol.configuration
Fields in net.minecraft.network.protocol.configuration with type parameters of type ServerConfigurationPacketListenerModifier and TypeFieldDescriptionstatic final ProtocolInfo
<ServerConfigurationPacketListener> ConfigurationProtocols.SERVERBOUND
ConfigurationProtocols.SERVERBOUND_TEMPLATE
Methods in net.minecraft.network.protocol.configuration with type parameters of type ServerConfigurationPacketListenerModifier and TypeMethodDescriptionprivate static <T extends Packet<ServerConfigurationPacketListener>>
PacketType<T> ConfigurationPacketTypes.createServerbound
(String p_320087_) Methods in net.minecraft.network.protocol.configuration with parameters of type ServerConfigurationPacketListenerModifier and TypeMethodDescriptionvoid
ServerboundFinishConfigurationPacket.handle
(ServerConfigurationPacketListener p_295379_) void
ServerboundSelectKnownPacks.handle
(ServerConfigurationPacketListener p_326477_) -
Uses of ServerConfigurationPacketListener in net.minecraft.server.network
Classes in net.minecraft.server.network that implement ServerConfigurationPacketListener -
Uses of ServerConfigurationPacketListener in net.neoforged.neoforge.network
Methods in net.neoforged.neoforge.network with parameters of type ServerConfigurationPacketListenerModifier and TypeMethodDescriptionstatic void
ConfigurationInitialization.configureEarlyTasks
(ServerConfigurationPacketListener listener, Consumer<ConfigurationTask> tasks) Method called to add configuration tasks that should run before all others, and most importantly before vanilla's ownSynchronizeRegistriesTask
. -
Uses of ServerConfigurationPacketListener in net.neoforged.neoforge.network.configuration
Fields in net.neoforged.neoforge.network.configuration declared as ServerConfigurationPacketListenerModifier and TypeFieldDescriptionprivate final ServerConfigurationPacketListener
RegistryDataMapNegotiation.listener
The field for thelistener
record component.private final ServerConfigurationPacketListener
SyncConfig.listener
The field for thelistener
record component.Methods in net.neoforged.neoforge.network.configuration that return ServerConfigurationPacketListenerModifier and TypeMethodDescriptionRegistryDataMapNegotiation.listener()
Returns the value of thelistener
record component.SyncConfig.listener()
Returns the value of thelistener
record component.Constructors in net.neoforged.neoforge.network.configuration with parameters of type ServerConfigurationPacketListenerModifierConstructorDescriptionCreates an instance of aRegistryDataMapNegotiation
record class.SyncConfig
(ServerConfigurationPacketListener listener) Creates an instance of aSyncConfig
record class. -
Uses of ServerConfigurationPacketListener in net.neoforged.neoforge.network.event
Fields in net.neoforged.neoforge.network.event declared as ServerConfigurationPacketListenerModifier and TypeFieldDescriptionprivate final ServerConfigurationPacketListener
RegisterConfigurationTasksEvent.listener
Methods in net.neoforged.neoforge.network.event that return ServerConfigurationPacketListenerModifier and TypeMethodDescriptionRegisterConfigurationTasksEvent.getListener()
Get the server configuration packet listener.Constructors in net.neoforged.neoforge.network.event with parameters of type ServerConfigurationPacketListenerModifierConstructorDescription -
Uses of ServerConfigurationPacketListener in net.neoforged.neoforge.network.registration
Methods in net.neoforged.neoforge.network.registration with parameters of type ServerConfigurationPacketListenerModifier and TypeMethodDescriptionstatic void
NetworkRegistry.initializeNeoForgeConnection
(ServerConfigurationPacketListener listener, Map<ConnectionProtocol, Set<ModdedNetworkQueryComponent>> clientChannels) Invoked by the server when it completes the negotiation with the client during the configuration phase.static boolean
NetworkRegistry.initializeOtherConnection
(ServerConfigurationPacketListener listener) Invoked by theServerConfigurationPacketListenerImpl
when a vanilla or other connection is detected.