Uses of Enum Class
net.minecraft.world.item.CreativeModeTab.Row
Packages that use CreativeModeTab.Row
-
Uses of CreativeModeTab.Row in net.minecraft.world.item
Fields in net.minecraft.world.item declared as CreativeModeTab.RowModifier and TypeFieldDescriptionprivate final CreativeModeTab.Row
CreativeModeTab.Builder.row
private final CreativeModeTab.Row
CreativeModeTab.row
Methods in net.minecraft.world.item that return CreativeModeTab.RowModifier 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.Methods in net.minecraft.world.item with parameters of type CreativeModeTab.RowModifier and TypeMethodDescriptionstatic CreativeModeTab.Builder
CreativeModeTab.builder
(CreativeModeTab.Row p_259342_, int p_260312_) Deprecated.Constructors in net.minecraft.world.item with parameters of type CreativeModeTab.RowModifierConstructorDescriptionBuilder
(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()