Class OriModCreativeModeTabs

java.lang.Object
etithespirit.orimod.common.creative.OriModCreativeModeTabs

public final class OriModCreativeModeTabs extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.world.item.CreativeModeTab
    A creative tab for decay blocks.
    static final net.minecraft.world.item.CreativeModeTab
    A creative tab for combat items made by Spirits
    static final net.minecraft.world.item.CreativeModeTab
    A creative tab for machinery using Light as its energy.
    static final net.minecraft.world.item.CreativeModeTab
    A creative tab for machinery using Light as its energy.
    static final net.minecraft.world.item.CreativeModeTab
    A creative tab for tools made by Spirits
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • SPIRIT_COMBAT

      public static final net.minecraft.world.item.CreativeModeTab SPIRIT_COMBAT
      A creative tab for combat items made by Spirits
    • SPIRIT_TOOLS

      public static final net.minecraft.world.item.CreativeModeTab SPIRIT_TOOLS
      A creative tab for tools made by Spirits
    • SPIRIT_MACHINERY_COMPLETE

      public static final net.minecraft.world.item.CreativeModeTab SPIRIT_MACHINERY_COMPLETE
      A creative tab for machinery using Light as its energy.
    • SPIRIT_MACHINERY_PARTS

      public static final net.minecraft.world.item.CreativeModeTab SPIRIT_MACHINERY_PARTS
      A creative tab for machinery using Light as its energy.
    • DECAY

      public static final net.minecraft.world.item.CreativeModeTab DECAY
      A creative tab for decay blocks.