Uses of Class
net.minecraft.client.util.ITooltipFlag.TooltipFlags
-
Packages that use ITooltipFlag.TooltipFlags Package Description net.minecraft.client.util -
-
Uses of ITooltipFlag.TooltipFlags in net.minecraft.client.util
Methods in net.minecraft.client.util that return ITooltipFlag.TooltipFlags Modifier and Type Method Description static ITooltipFlag.TooltipFlags
ITooltipFlag.TooltipFlags. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ITooltipFlag.TooltipFlags[]
ITooltipFlag.TooltipFlags. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-