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 ConfigurationTask
ServerConfigurationPacketListenerImpl.currentTask
Fields 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 void
ForgeEventFactory.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.add
Methods in net.minecraftforge.event.network with parameters of type ConfigurationTaskModifier and TypeMethodDescriptionvoid
GatherLoginConfigurationTasksEvent.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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
Sends the list of known channels to the client as well as their specific versions.class
Sends the list of known channels to the client using the Plugin Channel register messages.(package private) class
Sends the list of known channels to the client using the Plugin Channel register messages.(package private) class
class
Sends the list of known channels to the client as well as their specific versions.