Enum Class ItemRenderState.Glint

java.lang.Object
java.lang.Enum<ItemRenderState.Glint>
net.minecraft.client.render.item.ItemRenderState.Glint
All Implemented Interfaces:
Serializable, Comparable<ItemRenderState.Glint>, Constable
Enclosing class:
ItemRenderState

@Environment(CLIENT) public static enum ItemRenderState.Glint extends Enum<ItemRenderState.Glint>
Mappings:
Namespace Name
named net/minecraft/client/render/item/ItemRenderState$Glint
intermediary net/minecraft/class_10444$class_10445
official hbp$a
  • Enum Constant Details Link icon

    • NONE Link icon

      public static final ItemRenderState.Glint NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/client/render/item/ItemRenderState$Glint;NONE:Lnet/minecraft/client/render/item/ItemRenderState$Glint;
      intermediary field_55341 Lnet/minecraft/class_10444$class_10445;field_55341:Lnet/minecraft/class_10444$class_10445;
      official a Lhbp$a;a:Lhbp$a;
    • STANDARD Link icon

      public static final ItemRenderState.Glint STANDARD
      Mappings:
      Namespace Name Mixin selector
      named STANDARD Lnet/minecraft/client/render/item/ItemRenderState$Glint;STANDARD:Lnet/minecraft/client/render/item/ItemRenderState$Glint;
      intermediary field_55342 Lnet/minecraft/class_10444$class_10445;field_55342:Lnet/minecraft/class_10444$class_10445;
      official b Lhbp$a;b:Lhbp$a;
    • SPECIAL Link icon

      public static final ItemRenderState.Glint SPECIAL
      Mappings:
      Namespace Name Mixin selector
      named SPECIAL Lnet/minecraft/client/render/item/ItemRenderState$Glint;SPECIAL:Lnet/minecraft/client/render/item/ItemRenderState$Glint;
      intermediary field_55343 Lnet/minecraft/class_10444$class_10445;field_55343:Lnet/minecraft/class_10444$class_10445;
      official c Lhbp$a;c:Lhbp$a;
  • Constructor Details Link icon

    • Glint Link icon

      private Glint()
  • Method Details Link icon

    • values Link icon

      public static ItemRenderState.Glint[] 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 Link icon

      public static ItemRenderState.Glint 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