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 interface:
- ScoreboardCriterion
- Mappings:
Namespace Name official bhq$aintermediary net/minecraft/class_1475$class_2292named 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
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
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 aLbhq$a;a:Lbhq$a;intermediary field_10289Lnet/minecraft/class_1475$class_2292;field_10289:Lnet/minecraft/class_1475$class_2292;named INTEGERLnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;INTEGER:Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;
-
HEARTS
- Mappings:
Namespace Name Mixin selector official bLbhq$a;b:Lbhq$a;intermediary field_10290Lnet/minecraft/class_1475$class_2292;field_10290:Lnet/minecraft/class_1475$class_2292;named HEARTSLnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;HEARTS:Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;
-
-
Field Details
-
TYPES
- Mappings:
Namespace Name Mixin selector official cLbhq$a;c:Ljava/util/Map;intermediary field_10291Lnet/minecraft/class_1475$class_2292;field_10291:Ljava/util/Map;named TYPESLnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;TYPES:Ljava/util/Map;
-
name
- Mappings:
Namespace Name Mixin selector official dLbhq$a;d:Ljava/lang/String;intermediary field_10292Lnet/minecraft/class_1475$class_2292;field_10292:Ljava/lang/String;named nameLnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;name:Ljava/lang/String;
-
-
Constructor Details
-
RenderType
- Mappings:
Namespace Name Mixin selector official <init>Lbhq$a;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_1475$class_2292;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <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 aLbhq$a;a()Ljava/lang/String;intermediary method_9368Lnet/minecraft/class_1475$class_2292;method_9368()Ljava/lang/String;named getNameLnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;getName()Ljava/lang/String;
-
getByName
- Mappings:
Namespace Name Mixin selector official aLbhq$a;a(Ljava/lang/String;)Lbhq$a;intermediary method_9369Lnet/minecraft/class_1475$class_2292;method_9369(Ljava/lang/String;)Lnet/minecraft/class_1475$class_2292;named getByNameLnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;getByName(Ljava/lang/String;)Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;
-