Uses of Enum Class
net.minecraftforge.client.extensions.common.IClientItemExtensions.FontContext
Packages that use IClientItemExtensions.FontContext
-
Uses of IClientItemExtensions.FontContext in net.minecraftforge.client.extensions.common
Methods in net.minecraftforge.client.extensions.common that return IClientItemExtensions.FontContextModifier 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.Methods in net.minecraftforge.client.extensions.common with parameters of type IClientItemExtensions.FontContextModifier 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
.