Class FTSExampleMod

java.lang.Object
net.mcexpanded.fancytabsections.FTSExampleMod

@Internal public class FTSExampleMod extends Object
Since:
1.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
    Example ModItems class
  • Constructor Summary

    Constructors
    Constructor
    Description
    FTSExampleMod(net.neoforged.bus.api.IEventBus modEventBus)
    Example of an implementation of FancyTabSections
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.resources.Identifier
    rl(String path)
    Helper method for creation of Identifiers under the fancytabsections namespace

    Methods inherited from class Object

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

    • FTSExampleMod

      public FTSExampleMod(net.neoforged.bus.api.IEventBus modEventBus)
      Example of an implementation of FancyTabSections
  • Method Details

    • rl

      public static net.minecraft.resources.Identifier rl(String path)
      Helper method for creation of Identifiers under the fancytabsections namespace
      Returns:
      A Identifier in the format fancytabsections:[path]