Class CreativeModeTabTest.CreativeModeColorTab

java.lang.Object
net.minecraft.world.item.CreativeModeTab
net.neoforged.neoforge.oldtest.CreativeModeTabTest.CreativeModeColorTab
Enclosing class:
CreativeModeTabTest

private static class CreativeModeTabTest.CreativeModeColorTab extends net.minecraft.world.item.CreativeModeTab
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.item.CreativeModeTab

    net.minecraft.world.item.CreativeModeTab.Builder, net.minecraft.world.item.CreativeModeTab.DisplayItemsGenerator, net.minecraft.world.item.CreativeModeTab.ItemDisplayParameters, net.minecraft.world.item.CreativeModeTab.Output, net.minecraft.world.item.CreativeModeTab.Row, net.minecraft.world.item.CreativeModeTab.TabVisibility, net.minecraft.world.item.CreativeModeTab.Type
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final net.minecraft.world.item.ItemStack[]
     

    Fields inherited from class net.minecraft.world.item.CreativeModeTab

    tabsAfter, tabsBefore
  • Constructor Summary

    Constructors
    Constructor
    Description
    CreativeModeColorTab(net.minecraft.world.item.CreativeModeTab.Builder builder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.ItemStack
     

    Methods inherited from class net.minecraft.world.item.CreativeModeTab

    buildContents, builder, builder, canScroll, column, contains, createTextureLocation, getBackgroundTexture, getDisplayItems, getDisplayName, getLabelColor, getScrollerSprite, getSearchBarWidth, getSearchTabDisplayItems, getSlotColor, getTabsImage, getType, hasAnyItems, hasSearchBar, isAlignedRight, row, shouldDisplay, showTitle

    Methods inherited from class java.lang.Object

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

    • iconItems

      private final net.minecraft.world.item.ItemStack[] iconItems
  • Constructor Details

    • CreativeModeColorTab

      public CreativeModeColorTab(net.minecraft.world.item.CreativeModeTab.Builder builder)
  • Method Details

    • getIconItem

      public net.minecraft.world.item.ItemStack getIconItem()
      Overrides:
      getIconItem in class net.minecraft.world.item.CreativeModeTab