Package net.minecraft.block
Enum Class MapColor.Brightness
- All Implemented Interfaces:
- Serializable,- Comparable<MapColor.Brightness>,- Constable
- Enclosing class:
- MapColor
- Mappings:
- Namespace - Name - named - net/minecraft/block/MapColor$Brightness- intermediary - net/minecraft/class_3620$class_6594- official - ete$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 TypeMethodDescription(package private) static MapColor.Brightnessget(int id) static MapColor.BrightnessvalidateAndGet(int id) static MapColor.BrightnessReturns the enum constant of this class with the specified name.static MapColor.Brightness[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
LOW- Mappings:
- Namespace - Name - Mixin selector - named - LOW- Lnet/minecraft/block/MapColor$Brightness;LOW:Lnet/minecraft/block/MapColor$Brightness;- intermediary - field_34759- Lnet/minecraft/class_3620$class_6594;field_34759:Lnet/minecraft/class_3620$class_6594;- official - a- Lete$a;a:Lete$a;
 
- 
NORMAL- Mappings:
- Namespace - Name - Mixin selector - named - NORMAL- Lnet/minecraft/block/MapColor$Brightness;NORMAL:Lnet/minecraft/block/MapColor$Brightness;- intermediary - field_34760- Lnet/minecraft/class_3620$class_6594;field_34760:Lnet/minecraft/class_3620$class_6594;- official - b- Lete$a;b:Lete$a;
 
- 
HIGH- Mappings:
- Namespace - Name - Mixin selector - named - HIGH- Lnet/minecraft/block/MapColor$Brightness;HIGH:Lnet/minecraft/block/MapColor$Brightness;- intermediary - field_34761- Lnet/minecraft/class_3620$class_6594;field_34761:Lnet/minecraft/class_3620$class_6594;- official - c- Lete$a;c:Lete$a;
 
- 
LOWEST- Mappings:
- Namespace - Name - Mixin selector - named - LOWEST- Lnet/minecraft/block/MapColor$Brightness;LOWEST:Lnet/minecraft/block/MapColor$Brightness;- intermediary - field_34762- Lnet/minecraft/class_3620$class_6594;field_34762:Lnet/minecraft/class_3620$class_6594;- official - d- Lete$a;d:Lete$a;
 
 
- 
- 
Field Details- 
VALUES- Mappings:
- Namespace - Name - Mixin selector - named - VALUES- Lnet/minecraft/block/MapColor$Brightness;VALUES:[Lnet/minecraft/block/MapColor$Brightness;- intermediary - field_34765- Lnet/minecraft/class_3620$class_6594;field_34765:[Lnet/minecraft/class_3620$class_6594;- official - g- Lete$a;g:[Lete$a;
 
- 
idpublic final int id- Mappings:
- Namespace - Name - Mixin selector - named - id- Lnet/minecraft/block/MapColor$Brightness;id:I- intermediary - field_34763- Lnet/minecraft/class_3620$class_6594;field_34763:I- official - e- Lete$a;e:I
 
- 
brightnesspublic final int brightness- Mappings:
- Namespace - Name - Mixin selector - named - brightness- Lnet/minecraft/block/MapColor$Brightness;brightness:I- intermediary - field_34764- Lnet/minecraft/class_3620$class_6594;field_34764:I- official - f- Lete$a;f:I
 
 
- 
- 
Constructor Details- 
Brightnessprivate Brightness(int id, int brightness) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/block/MapColor$Brightness;<init>(Ljava/lang/String;III)V- intermediary - <init>- Lnet/minecraft/class_3620$class_6594;<init>(Ljava/lang/String;III)V- official - <init>- Lete$a;<init>(Ljava/lang/String;III)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
 
- 
validateAndGet- Mappings:
- Namespace - Name - Mixin selector - named - validateAndGet- Lnet/minecraft/block/MapColor$Brightness;validateAndGet(I)Lnet/minecraft/block/MapColor$Brightness;- intermediary - method_38484- Lnet/minecraft/class_3620$class_6594;method_38484(I)Lnet/minecraft/class_3620$class_6594;- official - a- Lete$a;a(I)Lete$a;
 
- 
get- Mappings:
- Namespace - Name - Mixin selector - named - get- Lnet/minecraft/block/MapColor$Brightness;get(I)Lnet/minecraft/block/MapColor$Brightness;- intermediary - method_38485- Lnet/minecraft/class_3620$class_6594;method_38485(I)Lnet/minecraft/class_3620$class_6594;- official - b- Lete$a;b(I)Lete$a;
 
 
-