net.minecraft.item

public class ItemGroup$Builder

net.minecraft.world.item.CreativeModeTab$Builder
net.minecraft.world.item.CreativeModeTab$Builder
net.minecraft.class_1761$class_7913
net.minecraft.item.ItemGroup$Builder

Field summary

Modifier and TypeField
private static final ItemGroup$EntryCollector
EMPTY_GENERATOR
EMPTY_GENERATOR
field_41038
EMPTY_ENTRIES
private final ItemGroup$Row
row
row
field_41039
row
private final int
column
column
field_41040
column
private Text
displayName
displayName
field_41041
displayName
private Supplier<ItemStack>
iconGenerator
iconGenerator
field_41042
iconSupplier
private ItemGroup$EntryCollector
displayItemsGenerator
displayItemsGenerator
field_41043
entryCollector
private boolean
canScroll
canScroll
field_41044
scrollbar
private boolean
showTitle
showTitle
field_41045
renderName
private boolean
alignedRight
alignedRight
field_41046
special
private ItemGroup$Type
type
type
field_41047
type
private Identifier
backgroundTexture
backgroundTexture
field_41048
texture

Constructor summary

ModifierConstructor
public (ItemGroup$Row row, int column)

Method summary

Modifier and TypeMethod
public ItemGroup$Builder
title(Component displayName)
title(Component displayName)
method_47321(class_2561 arg0)
displayName(Text displayName)
public ItemGroup$Builder
icon(Supplier<ItemStack> iconGenerator)
icon(Supplier<ItemStack> iconGenerator)
method_47320(Supplier<class_1799> arg0)
icon(Supplier<ItemStack> iconSupplier)
public ItemGroup$Builder
displayItems(CreativeModeTab$DisplayItemsGenerator displayItemsGenerator)
displayItems(CreativeModeTab$DisplayItemsGenerator displayItemsGenerator)
method_47317(class_1761$class_7914 arg0)
entries(ItemGroup$EntryCollector entryCollector)
public ItemGroup$Builder
alignedRight()
alignedRight()
method_47315()
special()
public ItemGroup$Builder
hideTitle()
hideTitle()
method_47322()
noRenderedName()
public ItemGroup$Builder
noScrollBar()
noScrollBar()
method_47323()
noScrollbar()
protected ItemGroup$Builder
type(CreativeModeTab$Type type)
type(CreativeModeTab$Type type)
method_47318(class_1761$class_7916 arg0)
type(ItemGroup$Type type)
public ItemGroup$Builder
backgroundTexture(Identifier backgroundTexture)
backgroundTexture(Identifier backgroundTexture)
method_47319(class_2960 arg0)
texture(Identifier texture)
public ItemGroup
build()
build()
method_47324()
build()