Package net.minecraft.block.enums
Enum Class VaultState.Light
- All Implemented Interfaces:
- Serializable,- Comparable<VaultState.Light>,- Constable
- Enclosing class:
- VaultState
- Mappings:
- Namespace - Name - named - net/minecraft/block/enums/VaultState$Light- intermediary - net/minecraft/class_9206$class_9207- official - dwl$a
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic VaultState.LightReturns the enum constant of this class with the specified name.static VaultState.Light[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
HALF_LIT- Mappings:
- Namespace - Name - Mixin selector - named - HALF_LIT- Lnet/minecraft/block/enums/VaultState$Light;HALF_LIT:Lnet/minecraft/block/enums/VaultState$Light;- intermediary - field_48911- Lnet/minecraft/class_9206$class_9207;field_48911:Lnet/minecraft/class_9206$class_9207;- official - a- Ldwl$a;a:Ldwl$a;
 
- 
LIT- Mappings:
- Namespace - Name - Mixin selector - named - LIT- Lnet/minecraft/block/enums/VaultState$Light;LIT:Lnet/minecraft/block/enums/VaultState$Light;- intermediary - field_48912- Lnet/minecraft/class_9206$class_9207;field_48912:Lnet/minecraft/class_9206$class_9207;- official - b- Ldwl$a;b:Ldwl$a;
 
 
- 
- 
Field Details- 
luminancefinal int luminance- Mappings:
- Namespace - Name - Mixin selector - named - luminance- Lnet/minecraft/block/enums/VaultState$Light;luminance:I- intermediary - field_48913- Lnet/minecraft/class_9206$class_9207;field_48913:I- official - c- Ldwl$a;c:I
 
 
- 
- 
Constructor Details- 
Lightprivate Light(int luminance) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/block/enums/VaultState$Light;<init>(Ljava/lang/String;II)V- intermediary - <init>- Lnet/minecraft/class_9206$class_9207;<init>(Ljava/lang/String;II)V- official - <init>- Ldwl$a;<init>(Ljava/lang/String;II)V
 
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
 
-