Package net.minecraft

Enum Class class_7191

java.lang.Object
java.lang.Enum<class_7191>
net.minecraft.class_7191
All Implemented Interfaces:
Serializable, Comparable<class_7191>, Constable, Glyph

@Environment(CLIENT) public enum class_7191 extends Enum<class_7191> implements Glyph
Mappings:
Namespace Name
official edz
intermediary net/minecraft/class_7191
named net/minecraft/class_7191
  • Enum Constant Details

    • WHITE

      public static final class_7191 WHITE
      Mappings:
      Namespace Name Mixin selector
      official a Ledz;a:Ledz;
      intermediary field_37898 Lnet/minecraft/class_7191;field_37898:Lnet/minecraft/class_7191;
      named WHITE Lnet/minecraft/class_7191;WHITE:Lnet/minecraft/class_7191;
    • MISSING

      public static final class_7191 MISSING
      Mappings:
      Namespace Name Mixin selector
      official b Ledz;b:Ledz;
      intermediary field_37899 Lnet/minecraft/class_7191;field_37899:Lnet/minecraft/class_7191;
      named MISSING Lnet/minecraft/class_7191;MISSING:Lnet/minecraft/class_7191;
  • Field Details

    • field_37900

      final NativeImage field_37900
      Mappings:
      Namespace Name Mixin selector
      official c Ledz;c:Lduj;
      intermediary field_37900 Lnet/minecraft/class_7191;field_37900:Lnet/minecraft/class_1011;
      named field_37900 Lnet/minecraft/class_7191;field_37900:Lnet/minecraft/client/texture/NativeImage;
  • Constructor Details

  • Method Details

    • values

      public static class_7191[] 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

      public static class_7191 valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • method_41834

      private static NativeImage method_41834(int int2, int int3, class_7191.class_7192 class_7192)
      Mappings:
      Namespace Name Mixin selector
      official a Ledz;a(IILedz$a;)Lduj;
      intermediary method_41834 Lnet/minecraft/class_7191;method_41834(IILnet/minecraft/class_7191$class_7192;)Lnet/minecraft/class_1011;
      named method_41834 Lnet/minecraft/class_7191;method_41834(IILnet/minecraft/class_7191$class_7192;)Lnet/minecraft/client/texture/NativeImage;
    • getAdvance

      public float getAdvance()
      Specified by:
      getAdvance in interface Glyph
    • bake

      Specified by:
      bake in interface Glyph