Enum Class DiffuseLighting.Type

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

@Environment(CLIENT) public static enum DiffuseLighting.Type extends Enum<DiffuseLighting.Type>
Mappings:
Namespace Name
named net/minecraft/client/render/DiffuseLighting$Type
intermediary net/minecraft/class_308$class_11274
official fna$a
  • Enum Constant Details

    • LEVEL

      public static final DiffuseLighting.Type LEVEL
      Mappings:
      Namespace Name Mixin selector
      named LEVEL Lnet/minecraft/client/render/DiffuseLighting$Type;LEVEL:Lnet/minecraft/client/render/DiffuseLighting$Type;
      intermediary field_60025 Lnet/minecraft/class_308$class_11274;field_60025:Lnet/minecraft/class_308$class_11274;
      official a Lfna$a;a:Lfna$a;
    • ITEMS_FLAT

      public static final DiffuseLighting.Type ITEMS_FLAT
      Mappings:
      Namespace Name Mixin selector
      named ITEMS_FLAT Lnet/minecraft/client/render/DiffuseLighting$Type;ITEMS_FLAT:Lnet/minecraft/client/render/DiffuseLighting$Type;
      intermediary field_60026 Lnet/minecraft/class_308$class_11274;field_60026:Lnet/minecraft/class_308$class_11274;
      official b Lfna$a;b:Lfna$a;
    • ITEMS_3D

      public static final DiffuseLighting.Type ITEMS_3D
      Mappings:
      Namespace Name Mixin selector
      named ITEMS_3D Lnet/minecraft/client/render/DiffuseLighting$Type;ITEMS_3D:Lnet/minecraft/client/render/DiffuseLighting$Type;
      intermediary field_60027 Lnet/minecraft/class_308$class_11274;field_60027:Lnet/minecraft/class_308$class_11274;
      official c Lfna$a;c:Lfna$a;
    • ENTITY_IN_UI

      public static final DiffuseLighting.Type ENTITY_IN_UI
      Mappings:
      Namespace Name Mixin selector
      named ENTITY_IN_UI Lnet/minecraft/client/render/DiffuseLighting$Type;ENTITY_IN_UI:Lnet/minecraft/client/render/DiffuseLighting$Type;
      intermediary field_60028 Lnet/minecraft/class_308$class_11274;field_60028:Lnet/minecraft/class_308$class_11274;
      official d Lfna$a;d:Lfna$a;
    • PLAYER_SKIN

      public static final DiffuseLighting.Type PLAYER_SKIN
      Mappings:
      Namespace Name Mixin selector
      named PLAYER_SKIN Lnet/minecraft/client/render/DiffuseLighting$Type;PLAYER_SKIN:Lnet/minecraft/client/render/DiffuseLighting$Type;
      intermediary field_60029 Lnet/minecraft/class_308$class_11274;field_60029:Lnet/minecraft/class_308$class_11274;
      official e Lfna$a;e:Lfna$a;
  • Constructor Details

    • Type

      private Type()
  • Method Details

    • values

      public static DiffuseLighting.Type[] 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 DiffuseLighting.Type 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