Package net.minecraft.world.chunk.light
Enum Class LightStorage.Status
- All Implemented Interfaces:
Serializable
,Comparable<LightStorage.Status>
,Constable
- Enclosing class:
LightStorage<M extends ChunkToNibbleArrayMap<M>>
- Mappings:
Namespace Name official dws$b
intermediary net/minecraft/class_3560$class_8530
named net/minecraft/world/chunk/light/LightStorage$Status
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSigil()
static LightStorage.Status
Returns the enum constant of this class with the specified name.static LightStorage.Status[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EMPTY
- Mappings:
Namespace Name Mixin selector official a
Ldws$b;a:Ldws$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
- Mappings:
Namespace Name Mixin selector official b
Ldws$b;b:Ldws$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
- Mappings:
Namespace Name Mixin selector official c
Ldws$b;c:Ldws$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
- Mappings:
Namespace Name Mixin selector official d
Ldws$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
- Mappings:
Namespace Name Mixin selector official <init>
Ldws$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
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
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 nameNullPointerException
- if the argument is null
-
getSigil
- Mappings:
Namespace Name Mixin selector official a
Ldws$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;
-