Uses of Enum Class
net.minecraftforge.client.extensions.common.IClientItemExtensions.FontContext
-
Uses of IClientItemExtensions.FontContext in net.minecraftforge.client.extensions.common
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IClientItemExtensions.FontContext[]
IClientItemExtensions.FontContext.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault @Nullable Font
IClientItemExtensions.getFont
(ItemStack stack, IClientItemExtensions.FontContext context) Returns the font used to render data related to this item as specified in thecontext
.