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
-
Method Summary
Methods inherited from class net.minecraftforge.fml.event.lifecycle.ParallelDispatchEvent
enqueueWork, enqueueWork
Methods inherited from class net.minecraftforge.fml.event.lifecycle.ModLifecycleEvent
description, getContainer, getIMCStream, getIMCStream, toString
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
-
Constructor Details
-
FMLClientSetupEvent
-