Package net.minecraftforge.event.network
Class GatherLoginConfigurationTasksEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.network.GatherLoginConfigurationTasksEvent
public class GatherLoginConfigurationTasksEvent
extends net.minecraftforge.eventbus.api.Event
Gathers tasks that need to be run during the initial login configuration.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Consumer<ConfigurationTask>
private final Connection
-
Constructor Summary
ConstructorDescriptionGatherLoginConfigurationTasksEvent
(Connection connection, Consumer<ConfigurationTask> add) -
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Field Details
-
connection
-
add
-
-
Constructor Details
-
GatherLoginConfigurationTasksEvent
-
-
Method Details
-
getConnection
-
addTask
-