Package net.minecraft.block.enums
Enum Class Tilt
- All Implemented Interfaces:
Serializable,Comparable<Tilt>,Constable,StringIdentifiable
- Mappings:
Namespace Name official cpnintermediary net/minecraft/class_5816named net/minecraft/block/enums/Tilt
-
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
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official aLcpn;a:Lcpn;intermediary field_28718Lnet/minecraft/class_5816;field_28718:Lnet/minecraft/class_5816;named NONELnet/minecraft/block/enums/Tilt;NONE:Lnet/minecraft/block/enums/Tilt;
-
UNSTABLE
- Mappings:
Namespace Name Mixin selector official bLcpn;b:Lcpn;intermediary field_28719Lnet/minecraft/class_5816;field_28719:Lnet/minecraft/class_5816;named UNSTABLELnet/minecraft/block/enums/Tilt;UNSTABLE:Lnet/minecraft/block/enums/Tilt;
-
PARTIAL
- Mappings:
Namespace Name Mixin selector official cLcpn;c:Lcpn;intermediary field_28720Lnet/minecraft/class_5816;field_28720:Lnet/minecraft/class_5816;named PARTIALLnet/minecraft/block/enums/Tilt;PARTIAL:Lnet/minecraft/block/enums/Tilt;
-
FULL
- Mappings:
Namespace Name Mixin selector official dLcpn;d:Lcpn;intermediary field_28721Lnet/minecraft/class_5816;field_28721:Lnet/minecraft/class_5816;named FULLLnet/minecraft/block/enums/Tilt;FULL:Lnet/minecraft/block/enums/Tilt;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official eLcpn;e:Ljava/lang/String;intermediary field_28722Lnet/minecraft/class_5816;field_28722:Ljava/lang/String;named nameLnet/minecraft/block/enums/Tilt;name:Ljava/lang/String;
-
stable
private final boolean stable- Mappings:
Namespace Name Mixin selector official fLcpn;f:Zintermediary field_28723Lnet/minecraft/class_5816;field_28723:Znamed stableLnet/minecraft/block/enums/Tilt;stable:Z
-
-
Constructor Details
-
Tilt
- Mappings:
Namespace Name Mixin selector official <init>Lcpn;<init>(Ljava/lang/String;ILjava/lang/String;Z)Vintermediary <init>Lnet/minecraft/class_5816;<init>(Ljava/lang/String;ILjava/lang/String;Z)Vnamed <init>Lnet/minecraft/block/enums/Tilt;<init>(Ljava/lang/String;ILjava/lang/String;Z)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
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official cLajg;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
isStable
public boolean isStable()- Mappings:
Namespace Name Mixin selector official aLcpn;a()Zintermediary method_33636Lnet/minecraft/class_5816;method_33636()Znamed isStableLnet/minecraft/block/enums/Tilt;isStable()Z
-