Class LibX


public final class LibX extends ModX
LibX instance class.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Logger
     

    Fields inherited from class org.moddingx.libx.mod.ModX

    modid
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    clientSetup(net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent event)
    Automatically registered to the event bus.
    static LibX
    Gets the LibX instance.
    Gets the network implementation of LibX.
    protected void
    setup(net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent event)
    Automatically registered to the event bus.

    Methods inherited from class org.moddingx.libx.mod.ModX

    resource

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • logger

      public static final Logger 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.
      Specified by:
      setup in class ModX
    • 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 class ModX
    • getInstance

      public static LibX getInstance()
      Gets the LibX instance.
    • getNetwork

      public static CommonNetwork getNetwork()
      Gets the network implementation of LibX.