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.ResourceLocation
    rl(String path)
    Helper method for creation of ResourceLocations under the fancytabsections namespace

    Methods inherited from class java.lang.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.ResourceLocation rl(String path)
      Helper method for creation of ResourceLocations under the fancytabsections namespace
      Returns:
      A ResourceLocation in the format fancytabsections:[path]