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.Modifier and Type | Field and Description |
---|---|
private java.util.function.Supplier<Minecraft> |
minecraftSupplier |
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, toString
private final java.util.function.Supplier<Minecraft> minecraftSupplier
public FMLClientSetupEvent(java.util.function.Supplier<Minecraft> mc, ModContainer container)
public java.util.function.Supplier<Minecraft> getMinecraftSupplier()