Class CustomTab.Builder

java.lang.Object
net.minecraft.world.item.CreativeModeTab.Builder
com.petrolpark.client.creativemodetab.CustomTab.Builder
Enclosing class:
CustomTab

public static class CustomTab.Builder extends net.minecraft.world.item.CreativeModeTab.Builder
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Builder(net.minecraft.world.item.CreativeModeTab.Row row, int column)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    displayItems(net.minecraft.world.item.CreativeModeTab.DisplayItemsGenerator displayItemsGenerator)
    Deprecated.
    Use add(ITabEntry...) instead

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

    alignedRight, backgroundSuffix, build, hideTitle, icon, noScrollBar, title, type, withBackgroundLocation, withLabelColor, withSearchBar, withSearchBar, withSlotColor, withTabFactory, withTabsAfter, withTabsAfter, withTabsBefore, withTabsBefore, withTabsImage

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • Builder

      public Builder(net.minecraft.world.item.CreativeModeTab.Row row, int column)
  • Method Details