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 SummaryNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Eventnet.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Consumer<ConfigurationTask>private final Connection
- 
Constructor SummaryConstructorsConstructorDescriptionGatherLoginConfigurationTasksEvent(Connection connection, Consumer<ConfigurationTask> add) 
- 
Method SummaryMethods inherited from class net.minecraftforge.eventbus.api.EventgetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
- 
Field Details- 
connection
- 
add
 
- 
- 
Constructor Details- 
GatherLoginConfigurationTasksEvent
 
- 
- 
Method Details- 
getConnection
- 
addTask
 
-