Enum LightType

java.lang.Object
java.lang.Enum<LightType>
net.minecraft.world.LightType
All Implemented Interfaces:
Serializable, Comparable<LightType>, java.lang.constant.Constable

public enum LightType
extends Enum<LightType>
Mappings:
Namespace Name
official ads
intermediary net/minecraft/class_106
named net/minecraft/world/LightType
  • Enum Constant Details

    • SKY

      public static final LightType SKY
      Mappings:
      Namespace Name Mixin selector
      official a Lads;a:Lads;
      intermediary field_325 Lnet/minecraft/class_106;field_325:Lnet/minecraft/class_106;
      named SKY Lnet/minecraft/world/LightType;SKY:Lnet/minecraft/world/LightType;
    • BLOCK

      public static final LightType BLOCK
      Mappings:
      Namespace Name Mixin selector
      official b Lads;b:Lads;
      intermediary field_326 Lnet/minecraft/class_106;field_326:Lnet/minecraft/class_106;
      named BLOCK Lnet/minecraft/world/LightType;BLOCK:Lnet/minecraft/world/LightType;
  • Field Details

    • defaultValue

      public final int defaultValue
      Mappings:
      Namespace Name Mixin selector
      official c Lads;c:I
      intermediary field_327 Lnet/minecraft/class_106;field_327:I
      named defaultValue Lnet/minecraft/world/LightType;defaultValue:I
  • Constructor Details

    • LightType

      private LightType​(int defaultValue)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lads;<init>(Ljava/lang/String;II)V
      intermediary <init> Lnet/minecraft/class_106;<init>(Ljava/lang/String;II)V
      named <init> Lnet/minecraft/world/LightType;<init>(Ljava/lang/String;II)V
  • Method Details

    • values

      public static LightType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static LightType valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null