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 hog$a
  • Enum Constant Details

    • NONE

      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 Lhog$a;a:Lhog$a;
    • STANDARD

      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 Lhog$a;b:Lhog$a;
    • SPECIAL

      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 Lhog$a;c:Lhog$a;
  • Constructor Details

    • Glint

      private Glint()
  • Method Details

    • values

      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

      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