Package net.minecraft.block.enums
Enum PistonType
- All Implemented Interfaces:
Serializable,Comparable<PistonType>,java.lang.constant.Constable,StringIdentifiable
- Mappings:
Namespace Name official ckzintermediary net/minecraft/class_2764named net/minecraft/block/enums/PistonType
-
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 TypeMethodDescriptionasString()toString()static PistonTypeReturns the enum constant of this type with the specified name.static PistonType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DEFAULT
- Mappings:
Namespace Name Mixin selector official aLckz;a:Lckz;intermediary field_12637Lnet/minecraft/class_2764;field_12637:Lnet/minecraft/class_2764;named DEFAULTLnet/minecraft/block/enums/PistonType;DEFAULT:Lnet/minecraft/block/enums/PistonType;
-
STICKY
- Mappings:
Namespace Name Mixin selector official bLckz;b:Lckz;intermediary field_12634Lnet/minecraft/class_2764;field_12634:Lnet/minecraft/class_2764;named STICKYLnet/minecraft/block/enums/PistonType;STICKY:Lnet/minecraft/block/enums/PistonType;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official cLckz;c:Ljava/lang/String;intermediary field_12635Lnet/minecraft/class_2764;field_12635:Ljava/lang/String;named nameLnet/minecraft/block/enums/PistonType;name:Ljava/lang/String;
-
-
Constructor Details
-
PistonType
- Mappings:
Namespace Name Mixin selector official <init>Lckz;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2764;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/block/enums/PistonType;<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<PistonType>- Mappings:
Namespace Name Mixin selector official toStringLckz;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_2764;toString()Ljava/lang/String;named toStringLnet/minecraft/block/enums/PistonType;toString()Ljava/lang/String;
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official cLagz;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-