FloppaClient

This is the main class of the mod.

It dispatches things such as setting up all Modules and loading in data from the config.

The companion object also provides some very frequently used or fundamental properties.

Author

Aton

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun onDisconnect(event: FMLNetworkEvent.ClientDisconnectionFromServerEvent)
Link copied to clipboard
fun onInit(event: FMLInitializationEvent)
Link copied to clipboard
fun onTick(event: TickEvent.ClientTickEvent)
Link copied to clipboard
fun onWorldChange(event: WorldEvent.Load)
Link copied to clipboard
fun postInit(event: FMLLoadCompleteEvent)
Link copied to clipboard
fun preInit(event: FMLPreInitializationEvent)