Uses of Enum Class
net.minecraft.item.ItemStack.TooltipSection
-
Uses of ItemStack.TooltipSection in net.minecraft.item
Modifier and TypeMethodDescriptionstatic ItemStack.TooltipSection
Returns the enum constant of this class with the specified name.static ItemStack.TooltipSection[]
ItemStack.TooltipSection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ItemStack.addHideFlag
(ItemStack.TooltipSection tooltipSection) private static boolean
ItemStack.isSectionVisible
(int flags, ItemStack.TooltipSection tooltipSection) Determines whether the given tooltip section will be visible according to the given flags.