public class FMLClientSetupEvent extends ModLifecycleEvent
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.| Constructor and Description |
|---|
FMLClientSetupEvent(java.util.function.Supplier<Minecraft> mc,
ModContainer container) |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Supplier<Minecraft> |
getMinecraftSupplier() |
description, getIMCStream, getIMCStream, toStringpublic FMLClientSetupEvent(java.util.function.Supplier<Minecraft> mc, ModContainer container)
public java.util.function.Supplier<Minecraft> getMinecraftSupplier()