Class CreativeTabRegistry

java.lang.Object
net.trique.wardentools.registry.CreativeTabRegistry

public class CreativeTabRegistry extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final net.trique.wardentools.registration.RegistrationProvider<net.minecraft.world.item.CreativeModeTab>
     
    static final net.trique.wardentools.registration.RegistryObject<net.minecraft.world.item.CreativeModeTab,net.minecraft.world.item.CreativeModeTab>
     
    static final net.trique.wardentools.registration.RegistryObject<net.minecraft.world.item.CreativeModeTab,net.minecraft.world.item.CreativeModeTab>
     
    static final net.trique.wardentools.registration.RegistryObject<net.minecraft.world.item.CreativeModeTab,net.minecraft.world.item.CreativeModeTab>
     
    static final net.trique.wardentools.registration.RegistryObject<net.minecraft.world.item.CreativeModeTab,net.minecraft.world.item.CreativeModeTab>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     

    Methods inherited from class java.lang.Object

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

    • CREATIVE_MODE_TABS

      protected static final net.trique.wardentools.registration.RegistrationProvider<net.minecraft.world.item.CreativeModeTab> CREATIVE_MODE_TABS
    • WARDEN_TOOLS_BLOCKS_TAB

      public static final net.trique.wardentools.registration.RegistryObject<net.minecraft.world.item.CreativeModeTab,net.minecraft.world.item.CreativeModeTab> WARDEN_TOOLS_BLOCKS_TAB
    • WARDEN_TOOLS_EQUIPMENT_TAB

      public static final net.trique.wardentools.registration.RegistryObject<net.minecraft.world.item.CreativeModeTab,net.minecraft.world.item.CreativeModeTab> WARDEN_TOOLS_EQUIPMENT_TAB
    • WARDEN_TOOLS_MISC

      public static final net.trique.wardentools.registration.RegistryObject<net.minecraft.world.item.CreativeModeTab,net.minecraft.world.item.CreativeModeTab> WARDEN_TOOLS_MISC
    • WARDEN_TOOLS_POTIONS

      public static final net.trique.wardentools.registration.RegistryObject<net.minecraft.world.item.CreativeModeTab,net.minecraft.world.item.CreativeModeTab> WARDEN_TOOLS_POTIONS
  • Constructor Details

    • CreativeTabRegistry

      public CreativeTabRegistry()
  • Method Details

    • init

      public static void init()