Class CustomTab

java.lang.Object
net.minecraft.world.item.CreativeModeTab
com.petrolpark.client.creativemodetab.CustomTab

public class CustomTab extends net.minecraft.world.item.CreativeModeTab
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
    static interface 
     

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

    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
    final com.google.common.collect.ImmutableList<CustomTab.ITabEntry>
     
    A map of slots to entries which should be rendered at that slot

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

    displayItems, displayItemsSearchTab, tabsAfter, tabsBefore
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    buildContents(net.minecraft.world.item.CreativeModeTab.ItemDisplayParameters parameters)
     

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

    builder, builder, canScroll, column, contains, getBackgroundLocation, getBackgroundSuffix, getDisplayItems, getDisplayName, getIconItem, getLabelColor, getSearchBarWidth, getSearchTabDisplayItems, getSlotColor, getTabsImage, getType, hasAnyItems, hasSearchBar, isAlignedRight, rebuildSearchTree, row, setSearchTreeBuilder, shouldDisplay, showTitle

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • buildContents

      public void buildContents(net.minecraft.world.item.CreativeModeTab.ItemDisplayParameters parameters)
      Overrides:
      buildContents in class net.minecraft.world.item.CreativeModeTab