Uses of Class
net.minecraft.item.ItemStack.TooltipDisplayFlags
-
Packages that use ItemStack.TooltipDisplayFlags Package Description net.minecraft.item -
-
Uses of ItemStack.TooltipDisplayFlags in net.minecraft.item
Methods in net.minecraft.item that return ItemStack.TooltipDisplayFlags Modifier and Type Method Description static ItemStack.TooltipDisplayFlags
ItemStack.TooltipDisplayFlags. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ItemStack.TooltipDisplayFlags[]
ItemStack.TooltipDisplayFlags. 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.TooltipDisplayFlags Modifier and Type Method Description void
ItemStack. hideTooltipPart(ItemStack.TooltipDisplayFlags p_242395_1_)
private static boolean
ItemStack. shouldShowInTooltip(int p_242394_0_, ItemStack.TooltipDisplayFlags p_242394_1_)
-