net.minecraft.world.item

public class CreativeModeTab

czr
net.minecraft.world.item.CreativeModeTab
net.minecraft.class_1761

Field summary

Modifier and TypeField
static final ResourceLocation
a
DEFAULT_BACKGROUND
field_52021
private final Component
b
displayName
field_26391
ResourceLocation
c
backgroundTexture
field_7919
boolean
d
canScroll
field_7920
boolean
e
showTitle
field_7917
boolean
f
alignedRight
field_41031
private final CreativeModeTab$Row
g
row
field_41032
private final int
h
column
field_41033
private final CreativeModeTab$Type
i
type
field_41034
private ItemStack
j
iconItemStack
field_7934
private Collection<ItemStack>
k
displayItems
field_40859
private Set<ItemStack>
l
displayItemsSearchTab
field_40860
private final Supplier<ItemStack>
m
iconGenerator
field_41036
private final CreativeModeTab$DisplayItemsGenerator
n
displayItemsGenerator
field_41037

Constructor summary

ModifierConstructor
(CreativeModeTab$Row arg0, int arg1, CreativeModeTab$Type arg2, Component arg3, Supplier<ItemStack> arg4, CreativeModeTab$DisplayItemsGenerator arg5)

Method summary

Modifier and TypeMethod
public static ResourceLocation
a(String arg0)
createTextureLocation(String arg0)
method_60733(String arg0)
public static CreativeModeTab$Builder
a(czr$f arg0, int arg1)
builder(CreativeModeTab$Row arg0, int arg1)
method_47307(class_1761$class_7915 arg0, int arg1)
public Component
a()
getDisplayName()
method_7737()
public ItemStack
b()
getIconItem()
method_7747()
public ResourceLocation
c()
getBackgroundTexture()
method_7742()
public boolean
d()
showTitle()
method_7754()
public boolean
e()
canScroll()
method_7756()
public int
f()
column()
method_7743()
public CreativeModeTab$Row
g()
row()
method_47309()
public boolean
h()
hasAnyItems()
method_47310()
public boolean
i()
shouldDisplay()
method_47311()
public boolean
j()
isAlignedRight()
method_7752()
public CreativeModeTab$Type
k()
getType()
method_47312()
public void
a(czr$d arg0)
buildContents(CreativeModeTab$ItemDisplayParameters arg0)
method_47306(class_1761$class_8128 arg0)
public Collection<ItemStack>
l()
getDisplayItems()
method_47313()
public Collection<ItemStack>
m()
getSearchTabDisplayItems()
method_45414()
public boolean
a(dba arg0)
contains(ItemStack arg0)
method_45412(class_1799 arg0)