Package net.minecraft.block.enums
Enum RailShape
- All Implemented Interfaces:
Serializable
,Comparable<RailShape>
,java.lang.constant.Constable
,StringIdentifiable
public enum RailShape extends Enum<RailShape> implements StringIdentifiable
- Mappings:
Namespace Name official cix
intermediary net/minecraft/class_2768
named net/minecraft/block/enums/RailShape
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants Enum Constant Description ASCENDING_EAST
ASCENDING_NORTH
ASCENDING_SOUTH
ASCENDING_WEST
EAST_WEST
NORTH_EAST
NORTH_SOUTH
NORTH_WEST
SOUTH_EAST
SOUTH_WEST
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description String
asString()
boolean
isAscending()
String
toString()
static RailShape
valueOf(String name)
Returns the enum constant of this type with the specified name.static RailShape[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NORTH_SOUTH
- Mappings:
Namespace Name Mixin selector official a
Lcix;a:Lcix;
intermediary field_12665
Lnet/minecraft/class_2768;field_12665:Lnet/minecraft/class_2768;
named NORTH_SOUTH
Lnet/minecraft/block/enums/RailShape;NORTH_SOUTH:Lnet/minecraft/block/enums/RailShape;
-
EAST_WEST
- Mappings:
Namespace Name Mixin selector official b
Lcix;b:Lcix;
intermediary field_12674
Lnet/minecraft/class_2768;field_12674:Lnet/minecraft/class_2768;
named EAST_WEST
Lnet/minecraft/block/enums/RailShape;EAST_WEST:Lnet/minecraft/block/enums/RailShape;
-
ASCENDING_EAST
- Mappings:
Namespace Name Mixin selector official c
Lcix;c:Lcix;
intermediary field_12667
Lnet/minecraft/class_2768;field_12667:Lnet/minecraft/class_2768;
named ASCENDING_EAST
Lnet/minecraft/block/enums/RailShape;ASCENDING_EAST:Lnet/minecraft/block/enums/RailShape;
-
ASCENDING_WEST
- Mappings:
Namespace Name Mixin selector official d
Lcix;d:Lcix;
intermediary field_12666
Lnet/minecraft/class_2768;field_12666:Lnet/minecraft/class_2768;
named ASCENDING_WEST
Lnet/minecraft/block/enums/RailShape;ASCENDING_WEST:Lnet/minecraft/block/enums/RailShape;
-
ASCENDING_NORTH
- Mappings:
Namespace Name Mixin selector official e
Lcix;e:Lcix;
intermediary field_12670
Lnet/minecraft/class_2768;field_12670:Lnet/minecraft/class_2768;
named ASCENDING_NORTH
Lnet/minecraft/block/enums/RailShape;ASCENDING_NORTH:Lnet/minecraft/block/enums/RailShape;
-
ASCENDING_SOUTH
- Mappings:
Namespace Name Mixin selector official f
Lcix;f:Lcix;
intermediary field_12668
Lnet/minecraft/class_2768;field_12668:Lnet/minecraft/class_2768;
named ASCENDING_SOUTH
Lnet/minecraft/block/enums/RailShape;ASCENDING_SOUTH:Lnet/minecraft/block/enums/RailShape;
-
SOUTH_EAST
- Mappings:
Namespace Name Mixin selector official g
Lcix;g:Lcix;
intermediary field_12664
Lnet/minecraft/class_2768;field_12664:Lnet/minecraft/class_2768;
named SOUTH_EAST
Lnet/minecraft/block/enums/RailShape;SOUTH_EAST:Lnet/minecraft/block/enums/RailShape;
-
SOUTH_WEST
- Mappings:
Namespace Name Mixin selector official h
Lcix;h:Lcix;
intermediary field_12671
Lnet/minecraft/class_2768;field_12671:Lnet/minecraft/class_2768;
named SOUTH_WEST
Lnet/minecraft/block/enums/RailShape;SOUTH_WEST:Lnet/minecraft/block/enums/RailShape;
-
NORTH_WEST
- Mappings:
Namespace Name Mixin selector official i
Lcix;i:Lcix;
intermediary field_12672
Lnet/minecraft/class_2768;field_12672:Lnet/minecraft/class_2768;
named NORTH_WEST
Lnet/minecraft/block/enums/RailShape;NORTH_WEST:Lnet/minecraft/block/enums/RailShape;
-
NORTH_EAST
- Mappings:
Namespace Name Mixin selector official j
Lcix;j:Lcix;
intermediary field_12663
Lnet/minecraft/class_2768;field_12663:Lnet/minecraft/class_2768;
named NORTH_EAST
Lnet/minecraft/block/enums/RailShape;NORTH_EAST:Lnet/minecraft/block/enums/RailShape;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official k
Lcix;k:Ljava/lang/String;
intermediary field_12669
Lnet/minecraft/class_2768;field_12669:Ljava/lang/String;
named name
Lnet/minecraft/block/enums/RailShape;name:Ljava/lang/String;
-
-
Constructor Details
-
RailShape
- Mappings:
Namespace Name Mixin selector official <init>
Lcix;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2768;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/block/enums/RailShape;<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
-
isAscending
public boolean isAscending()- Mappings:
Namespace Name Mixin selector official c
Lcix;c()Z
intermediary method_11897
Lnet/minecraft/class_2768;method_11897()Z
named isAscending
Lnet/minecraft/block/enums/RailShape;isAscending()Z
-
asString
- Specified by:
asString
in interfaceStringIdentifiable
- Mappings:
Namespace Name Mixin selector official a
Lagi;a()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-