Uses of Interface
net.minecraft.server.network.ConfigurationTask
Packages that use ConfigurationTask
Package
Description
-
Uses of ConfigurationTask in net.minecraft.server.network
Fields in net.minecraft.server.network declared as ConfigurationTaskModifier and TypeFieldDescriptionprivate ConfigurationTaskServerConfigurationPacketListenerImpl.currentTaskFields in net.minecraft.server.network with type parameters of type ConfigurationTaskModifier and TypeFieldDescriptionprivate final Queue<ConfigurationTask>ServerConfigurationPacketListenerImpl.configurationTasks -
Uses of ConfigurationTask in net.minecraft.server.network.config
Classes in net.minecraft.server.network.config that implement ConfigurationTask -
Uses of ConfigurationTask in net.minecraftforge.event
Method parameters in net.minecraftforge.event with type arguments of type ConfigurationTaskModifier and TypeMethodDescriptionstatic voidForgeEventFactory.gatherLoginConfigTasks(Connection connection, Consumer<ConfigurationTask> add) -
Uses of ConfigurationTask in net.minecraftforge.event.network
Fields in net.minecraftforge.event.network with type parameters of type ConfigurationTaskModifier and TypeFieldDescriptionprivate final Consumer<ConfigurationTask>GatherLoginConfigurationTasksEvent.addMethods in net.minecraftforge.event.network with parameters of type ConfigurationTaskModifier and TypeMethodDescriptionvoidGatherLoginConfigurationTasksEvent.addTask(ConfigurationTask task) Constructor parameters in net.minecraftforge.event.network with type arguments of type ConfigurationTaskModifierConstructorDescriptionGatherLoginConfigurationTasksEvent(Connection connection, Consumer<ConfigurationTask> add) -
Uses of ConfigurationTask in net.minecraftforge.network.config
Classes in net.minecraftforge.network.config that implement ConfigurationTaskModifier and TypeClassDescriptionclassA simple ConfigurationTask that will run a block of code and then mark itself as finished. -
Uses of ConfigurationTask in net.minecraftforge.network.tasks
Classes in net.minecraftforge.network.tasks that implement ConfigurationTaskModifier and TypeClassDescriptionclassSends the list of known channels to the client as well as their specific versions.classSends the list of known channels to the client using the Plugin Channel register messages.(package private) classSends the list of known channels to the client using the Plugin Channel register messages.(package private) classclassSends the list of known channels to the client as well as their specific versions.