Package net.neoforged.neoforge.network
Class ConfigurationInitialization
java.lang.Object
net.neoforged.neoforge.network.ConfigurationInitialization
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
configureEarlyTasks
(net.minecraft.network.protocol.configuration.ServerConfigurationPacketListener listener, Consumer<net.minecraft.server.network.ConfigurationTask> tasks) Method called to add configuration tasks that should run before all others, and most importantly before vanilla's ownSynchronizeRegistriesTask
.private static void
-
Constructor Details
-
ConfigurationInitialization
public ConfigurationInitialization()
-
-
Method Details
-
configureEarlyTasks
public static void configureEarlyTasks(net.minecraft.network.protocol.configuration.ServerConfigurationPacketListener listener, Consumer<net.minecraft.server.network.ConfigurationTask> tasks) Method called to add configuration tasks that should run before all others, and most importantly before vanilla's ownSynchronizeRegistriesTask
. -
configureModdedClient
-