Package net.minecraft.block.enums
Enum Class ComparatorMode
- All Implemented Interfaces:
Serializable
,Comparable<ComparatorMode>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/block/enums/ComparatorMode
intermediary net/minecraft/class_2747
official dsx
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.toString()
static ComparatorMode
Returns the enum constant of this class with the specified name.static ComparatorMode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COMPARE
- Mappings:
Namespace Name Mixin selector named COMPARE
Lnet/minecraft/block/enums/ComparatorMode;COMPARE:Lnet/minecraft/block/enums/ComparatorMode;
intermediary field_12576
Lnet/minecraft/class_2747;field_12576:Lnet/minecraft/class_2747;
official a
Ldsx;a:Ldsx;
-
SUBTRACT
- Mappings:
Namespace Name Mixin selector named SUBTRACT
Lnet/minecraft/block/enums/ComparatorMode;SUBTRACT:Lnet/minecraft/block/enums/ComparatorMode;
intermediary field_12578
Lnet/minecraft/class_2747;field_12578:Lnet/minecraft/class_2747;
official b
Ldsx;b:Ldsx;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/block/enums/ComparatorMode;name:Ljava/lang/String;
intermediary field_12577
Lnet/minecraft/class_2747;field_12577:Ljava/lang/String;
official c
Ldsx;c:Ljava/lang/String;
-
-
Constructor Details
-
ComparatorMode
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/block/enums/ComparatorMode;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2747;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Ldsx;<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
-
toString
- Overrides:
toString
in classEnum<ComparatorMode>
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazu;c()Ljava/lang/String;
-