Package net.minecraft.scoreboard
Enum Class ScoreboardCriterion.RenderType
java.lang.Object
java.lang.Enum<ScoreboardCriterion.RenderType>
net.minecraft.scoreboard.ScoreboardCriterion.RenderType
- All Implemented Interfaces:
Serializable
,Comparable<ScoreboardCriterion.RenderType>
,Constable
- Enclosing class:
ScoreboardCriterion
- Mappings:
Namespace Name official dxr$a
intermediary net/minecraft/class_274$class_275
named net/minecraft/scoreboard/ScoreboardCriterion$RenderType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Map<String,
ScoreboardCriterion.RenderType> private final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the enum constant of this class with the specified name.static ScoreboardCriterion.RenderType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INTEGER
- Mappings:
Namespace Name Mixin selector official a
Ldxr$a;a:Ldxr$a;
intermediary field_1472
Lnet/minecraft/class_274$class_275;field_1472:Lnet/minecraft/class_274$class_275;
named INTEGER
Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;INTEGER:Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;
-
HEARTS
- Mappings:
Namespace Name Mixin selector official b
Ldxr$a;b:Ldxr$a;
intermediary field_1471
Lnet/minecraft/class_274$class_275;field_1471:Lnet/minecraft/class_274$class_275;
named HEARTS
Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;HEARTS:Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;
-
-
Field Details
-
CRITERION_TYPES
- Mappings:
Namespace Name Mixin selector official d
Ldxr$a;d:Ljava/util/Map;
intermediary field_1470
Lnet/minecraft/class_274$class_275;field_1470:Ljava/util/Map;
named CRITERION_TYPES
Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;CRITERION_TYPES:Ljava/util/Map;
-
name
- Mappings:
Namespace Name Mixin selector official c
Ldxr$a;c:Ljava/lang/String;
intermediary field_1469
Lnet/minecraft/class_274$class_275;field_1469:Ljava/lang/String;
named name
Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;name:Ljava/lang/String;
-
-
Constructor Details
-
RenderType
- Mappings:
Namespace Name Mixin selector official <init>
Ldxr$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_274$class_275;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;<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
-
getName
- Mappings:
Namespace Name Mixin selector official a
Ldxr$a;a()Ljava/lang/String;
intermediary method_1228
Lnet/minecraft/class_274$class_275;method_1228()Ljava/lang/String;
named getName
Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;getName()Ljava/lang/String;
-
getType
- Mappings:
Namespace Name Mixin selector official a
Ldxr$a;a(Ljava/lang/String;)Ldxr$a;
intermediary method_1229
Lnet/minecraft/class_274$class_275;method_1229(Ljava/lang/String;)Lnet/minecraft/class_274$class_275;
named getType
Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;getType(Ljava/lang/String;)Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;
-