Uses of Interface
net.minecraft.server.network.ConfigurationTask
Package
Description
-
Uses of ConfigurationTask in net.minecraft.server.network
Modifier and TypeFieldDescriptionprivate ConfigurationTask
ServerConfigurationPacketListenerImpl.currentTask
Modifier and TypeFieldDescriptionprivate final Queue<ConfigurationTask>
ServerConfigurationPacketListenerImpl.configurationTasks
-
Uses of ConfigurationTask in net.minecraft.server.network.config
-
Uses of ConfigurationTask in net.minecraftforge.event
Modifier and TypeMethodDescriptionstatic void
ForgeEventFactory.gatherLoginConfigTasks
(Connection connection, Consumer<ConfigurationTask> add) -
Uses of ConfigurationTask in net.minecraftforge.event.network
Modifier and TypeFieldDescriptionprivate final Consumer<ConfigurationTask>
GatherLoginConfigurationTasksEvent.add
Modifier and TypeMethodDescriptionvoid
GatherLoginConfigurationTasksEvent.addTask
(ConfigurationTask task) ModifierConstructorDescriptionGatherLoginConfigurationTasksEvent
(Connection connection, Consumer<ConfigurationTask> add) -
Uses of ConfigurationTask in net.minecraftforge.network.config
Modifier 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
Modifier 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.