Uses of Record Class
net.minecraft.client.font.UnihexFont.Dimensions
Packages that use UnihexFont.Dimensions
-
Uses of UnihexFont.Dimensions in net.minecraft.client.font
Fields in net.minecraft.client.font declared as UnihexFont.DimensionsModifier and TypeFieldDescriptionprivate final UnihexFont.Dimensions
UnihexFont.DimensionOverride.dimensions
The field for thedimensions
record component.Fields in net.minecraft.client.font with type parameters of type UnihexFont.DimensionsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<UnihexFont.Dimensions> UnihexFont.Dimensions.CODEC
static final com.mojang.serialization.MapCodec
<UnihexFont.Dimensions> UnihexFont.Dimensions.MAP_CODEC
Methods in net.minecraft.client.font that return UnihexFont.DimensionsModifier and TypeMethodDescriptionUnihexFont.DimensionOverride.dimensions()
Returns the value of thedimensions
record component.Constructors in net.minecraft.client.font with parameters of type UnihexFont.DimensionsModifierConstructorDescriptionprivate
DimensionOverride
(int int2, int int3, UnihexFont.Dimensions dimensions)