Package net.minecraft.block.enums
Enum ComparatorMode
- All Implemented Interfaces:
Serializable,Comparable<ComparatorMode>,java.lang.constant.Constable,StringIdentifiable
public enum ComparatorMode extends Enum<ComparatorMode> implements StringIdentifiable
- Mappings:
Namespace Name official cimintermediary net/minecraft/class_2747named net/minecraft/block/enums/ComparatorMode
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateComparatorMode(String name) -
Method Summary
Modifier and Type Method Description StringasString()StringtoString()static ComparatorModevalueOf(String name)Returns the enum constant of this type with the specified name.static ComparatorMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
COMPARE
- Mappings:
Namespace Name Mixin selector official aLcim;a:Lcim;intermediary field_12576Lnet/minecraft/class_2747;field_12576:Lnet/minecraft/class_2747;named COMPARELnet/minecraft/block/enums/ComparatorMode;COMPARE:Lnet/minecraft/block/enums/ComparatorMode;
-
SUBTRACT
- Mappings:
Namespace Name Mixin selector official bLcim;b:Lcim;intermediary field_12578Lnet/minecraft/class_2747;field_12578:Lnet/minecraft/class_2747;named SUBTRACTLnet/minecraft/block/enums/ComparatorMode;SUBTRACT:Lnet/minecraft/block/enums/ComparatorMode;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official cLcim;c:Ljava/lang/String;intermediary field_12577Lnet/minecraft/class_2747;field_12577:Ljava/lang/String;named nameLnet/minecraft/block/enums/ComparatorMode;name:Ljava/lang/String;
-
-
Constructor Details
-
ComparatorMode
- Mappings:
Namespace Name Mixin selector official <init>Lcim;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2747;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/block/enums/ComparatorMode;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<ComparatorMode>- Mappings:
Namespace Name Mixin selector official toStringLcim;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_2747;toString()Ljava/lang/String;named toStringLnet/minecraft/block/enums/ComparatorMode;toString()Ljava/lang/String;
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official aLagi;a()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-