Package net.minecraft
Enum Class class_7191
- All Implemented Interfaces:
Serializable,Comparable<class_7191>,Constable,Glyph
- Mappings:
Namespace Name official edzintermediary net/minecraft/class_7191named net/minecraft/class_7191
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbake(Function<RenderableGlyph, GlyphRenderer> function) floatprivate static NativeImagemethod_41834(int int2, int int3, class_7191.class_7192 class_7192) static class_7191Returns the enum constant of this class with the specified name.static class_7191[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface net.minecraft.client.font.Glyph
getAdvance, getBoldOffset, getShadowOffset
-
Enum Constant Details
-
WHITE
- Mappings:
Namespace Name Mixin selector official aLedz;a:Ledz;intermediary field_37898Lnet/minecraft/class_7191;field_37898:Lnet/minecraft/class_7191;named WHITELnet/minecraft/class_7191;WHITE:Lnet/minecraft/class_7191;
-
MISSING
- Mappings:
Namespace Name Mixin selector official bLedz;b:Ledz;intermediary field_37899Lnet/minecraft/class_7191;field_37899:Lnet/minecraft/class_7191;named MISSINGLnet/minecraft/class_7191;MISSING:Lnet/minecraft/class_7191;
-
-
Field Details
-
field_37900
- Mappings:
Namespace Name Mixin selector official cLedz;c:Lduj;intermediary field_37900Lnet/minecraft/class_7191;field_37900:Lnet/minecraft/class_1011;named field_37900Lnet/minecraft/class_7191;field_37900:Lnet/minecraft/client/texture/NativeImage;
-
-
Constructor Details
-
class_7191
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
method_41834
- Mappings:
Namespace Name Mixin selector official aLedz;a(IILedz$a;)Lduj;intermediary method_41834Lnet/minecraft/class_7191;method_41834(IILnet/minecraft/class_7191$class_7192;)Lnet/minecraft/class_1011;named method_41834Lnet/minecraft/class_7191;method_41834(IILnet/minecraft/class_7191$class_7192;)Lnet/minecraft/client/texture/NativeImage;
-
getAdvance
public float getAdvance()- Specified by:
getAdvancein interfaceGlyph
-
bake
-