Uses of Enum Class
net.minecraft.world.item.CreativeModeTab.Row
-
Uses of CreativeModeTab.Row in net.minecraft.world.item
Modifier and TypeFieldDescriptionprivate final CreativeModeTab.Row
CreativeModeTab.Builder.row
private final CreativeModeTab.Row
CreativeModeTab.row
Modifier and TypeMethodDescriptionCreativeModeTab.row()
static CreativeModeTab.Row
Returns the enum constant of this class with the specified name.static CreativeModeTab.Row[]
CreativeModeTab.Row.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic CreativeModeTab.Builder
CreativeModeTab.builder
(CreativeModeTab.Row p_259342_, int p_260312_) Deprecated.ModifierConstructorDescriptionBuilder
(CreativeModeTab.Row p_259171_, int p_259661_) (package private)
CreativeModeTab
(CreativeModeTab.Row p_260217_, int p_259557_, CreativeModeTab.Type p_260176_, Component p_260100_, Supplier<ItemStack> p_259543_, CreativeModeTab.DisplayItemsGenerator p_259085_, ResourceLocation backgroundLocation, boolean hasSearchBar, int searchBarWidth, ResourceLocation tabsImage, int labelColor, int slotColor, List<ResourceLocation> tabsBefore, List<ResourceLocation> tabsAfter)
CreativeModeTab.builder()