Uses of Enum Class
net.minecraft.world.item.ItemStack.TooltipPart
Packages that use ItemStack.TooltipPart
-
Uses of ItemStack.TooltipPart in net.minecraft.world.item
Methods in net.minecraft.world.item that return ItemStack.TooltipPartModifier and TypeMethodDescriptionstatic ItemStack.TooltipPart
Returns the enum constant of this class with the specified name.static ItemStack.TooltipPart[]
ItemStack.TooltipPart.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 ItemStack.TooltipPartModifier and TypeMethodDescriptionvoid
ItemStack.hideTooltipPart(ItemStack.TooltipPart p_41655_)
private static boolean
ItemStack.shouldShowInTooltip(int p_41627_, ItemStack.TooltipPart p_41628_)