Package org.moddingx.libx
Class LibX
java.lang.Object
org.moddingx.libx.mod.ModX
org.moddingx.libx.LibX
LibX instance class.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clientSetup
(net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent event) Automatically registered to the event bus.static LibX
Gets the LibX instance.static CommonNetwork
Gets the network implementation of LibX.protected void
setup
(net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent event) Automatically registered to the event bus.
-
Field Details
-
logger
-
-
Constructor Details
-
LibX
public LibX()
-
-
Method Details
-
setup
protected void setup(net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent event) Description copied from class:ModX
Automatically registered to the event bus. -
clientSetup
protected void clientSetup(net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent event) Description copied from class:ModX
Automatically registered to the event bus.- Specified by:
clientSetup
in classModX
-
getInstance
Gets the LibX instance. -
getNetwork
Gets the network implementation of LibX.
-