Class ItemTabRegistry

java.lang.Object
com.idark.valoria.registries.ItemTabRegistry

public abstract class ItemTabRegistry extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.item.CreativeModeTab>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.CreativeModeTab>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.CreativeModeTab>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addCreative(net.minecraftforge.event.BuildCreativeModeTabContentsEvent event)
     
    static net.minecraft.resources.ResourceLocation
     
    static net.minecraft.resources.ResourceLocation
     
    static void
    register(net.minecraftforge.eventbus.api.IEventBus eventBus)
     

    Methods inherited from class java.lang.Object

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

    • CREATIVE_MODE_TABS

      public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.item.CreativeModeTab> CREATIVE_MODE_TABS
    • VALORIA_TAB

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.CreativeModeTab> VALORIA_TAB
    • VALORIA_BLOCKS_TAB

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.CreativeModeTab> VALORIA_BLOCKS_TAB
  • Constructor Details

    • ItemTabRegistry

      public ItemTabRegistry()
  • Method Details

    • getBackgroundImage

      public static net.minecraft.resources.ResourceLocation getBackgroundImage()
    • getTabsImage

      public static net.minecraft.resources.ResourceLocation getTabsImage()
    • register

      public static void register(net.minecraftforge.eventbus.api.IEventBus eventBus)
    • addCreative

      public static void addCreative(net.minecraftforge.event.BuildCreativeModeTabContentsEvent event)