Uses of Class
net.minecraft.item.ItemStack.TooltipSection
Package | Description |
---|---|
net.minecraft.item |
-
Uses of ItemStack.TooltipSection in net.minecraft.item
Methods in net.minecraft.item that return ItemStack.TooltipSection Modifier and Type Method Description static ItemStack.TooltipSection
ItemStack.TooltipSection. valueOf(String name)
Returns the enum constant of this type with the specified name.static ItemStack.TooltipSection[]
ItemStack.TooltipSection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.item with parameters of type ItemStack.TooltipSection Modifier and Type Method Description void
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.