Enum Class VaultState.Light

java.lang.Object
java.lang.Enum<VaultState.Light>
net.minecraft.block.enums.VaultState.Light
All Implemented Interfaces:
Serializable, Comparable<VaultState.Light>, Constable
Enclosing class:
VaultState

private static enum VaultState.Light extends Enum<VaultState.Light>
Mappings:
Namespace Name
named net/minecraft/block/enums/VaultState$Light
intermediary net/minecraft/class_9206$class_9207
official drr$a
  • Enum Constant Details

    • HALF_LIT

      public static final VaultState.Light 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 Ldrr$a;a:Ldrr$a;
    • LIT

      public static final VaultState.Light 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 Ldrr$a;b:Ldrr$a;
  • Field Details

    • luminance

      final 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 Ldrr$a;c:I
  • Constructor Details

    • Light

      private 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> Ldrr$a;<init>(Ljava/lang/String;II)V
  • Method Details

    • values

      public static VaultState.Light[] 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 VaultState.Light 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