Class FMLClientSetupEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.fml.event.lifecycle.ModLifecycleEvent
net.minecraftforge.fml.event.lifecycle.ParallelDispatchEvent
net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent
- All Implemented Interfaces:
 IModBusEvent
This is the second of four commonly called events during mod lifecycle startup.
 Called before 
InterModEnqueueEvent
 Called after FMLCommonSetupEvent
 Called on Dist.CLIENT - the game client.
 Alternative to FMLDedicatedServerSetupEvent.
 Do client only setup with this event, such as KeyBindings.
 This is a parallel dispatch event.- 
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 - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraftforge.fml.event.lifecycle.ParallelDispatchEvent
enqueueWork, enqueueWorkMethods inherited from class net.minecraftforge.fml.event.lifecycle.ModLifecycleEvent
description, getContainer, getIMCStream, getIMCStream, toStringMethods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult 
- 
Constructor Details
- 
FMLClientSetupEvent
 
 -