Enum Class LightStorage.Status

java.lang.Object
java.lang.Enum<LightStorage.Status>
net.minecraft.world.chunk.light.LightStorage.Status
All Implemented Interfaces:
Serializable, Comparable<LightStorage.Status>, Constable
Enclosing class:
LightStorage<M extends ChunkToNibbleArrayMap<M>>

public static enum LightStorage.Status extends Enum<LightStorage.Status>
Mappings:
Namespace Name
official dwp$b
intermediary net/minecraft/class_3560$class_8530
named net/minecraft/world/chunk/light/LightStorage$Status
  • Enum Constant Details

    • EMPTY

      public static final LightStorage.Status EMPTY
      Mappings:
      Namespace Name Mixin selector
      official a Ldwp$b;a:Ldwp$b;
      intermediary field_44724 Lnet/minecraft/class_3560$class_8530;field_44724:Lnet/minecraft/class_3560$class_8530;
      named EMPTY Lnet/minecraft/world/chunk/light/LightStorage$Status;EMPTY:Lnet/minecraft/world/chunk/light/LightStorage$Status;
    • LIGHT_ONLY

      public static final LightStorage.Status LIGHT_ONLY
      Mappings:
      Namespace Name Mixin selector
      official b Ldwp$b;b:Ldwp$b;
      intermediary field_44725 Lnet/minecraft/class_3560$class_8530;field_44725:Lnet/minecraft/class_3560$class_8530;
      named LIGHT_ONLY Lnet/minecraft/world/chunk/light/LightStorage$Status;LIGHT_ONLY:Lnet/minecraft/world/chunk/light/LightStorage$Status;
    • LIGHT_AND_DATA

      public static final LightStorage.Status LIGHT_AND_DATA
      Mappings:
      Namespace Name Mixin selector
      official c Ldwp$b;c:Ldwp$b;
      intermediary field_44726 Lnet/minecraft/class_3560$class_8530;field_44726:Lnet/minecraft/class_3560$class_8530;
      named LIGHT_AND_DATA Lnet/minecraft/world/chunk/light/LightStorage$Status;LIGHT_AND_DATA:Lnet/minecraft/world/chunk/light/LightStorage$Status;
  • Field Details

    • sigil

      private final String sigil
      Mappings:
      Namespace Name Mixin selector
      official d Ldwp$b;d:Ljava/lang/String;
      intermediary field_44727 Lnet/minecraft/class_3560$class_8530;field_44727:Ljava/lang/String;
      named sigil Lnet/minecraft/world/chunk/light/LightStorage$Status;sigil:Ljava/lang/String;
  • Constructor Details

    • Status

      private Status(String sigil)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldwp$b;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_3560$class_8530;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/world/chunk/light/LightStorage$Status;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static LightStorage.Status[] 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 LightStorage.Status 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
    • getSigil

      public String getSigil()
      Mappings:
      Namespace Name Mixin selector
      official a Ldwp$b;a()Ljava/lang/String;
      intermediary method_51557 Lnet/minecraft/class_3560$class_8530;method_51557()Ljava/lang/String;
      named getSigil Lnet/minecraft/world/chunk/light/LightStorage$Status;getSigil()Ljava/lang/String;