Enum Class StairsShape

java.lang.Object
java.lang.Enum<StairsShape>
net.minecraft.state.properties.StairsShape
All Implemented Interfaces:
Serializable, Comparable<StairsShape>, Constable, IStringSerializable

public enum StairsShape extends Enum<StairsShape> implements IStringSerializable
  • Enum Constant Details

    • STRAIGHT

      public static final StairsShape STRAIGHT
    • INNER_LEFT

      public static final StairsShape INNER_LEFT
    • INNER_RIGHT

      public static final StairsShape INNER_RIGHT
    • OUTER_LEFT

      public static final StairsShape OUTER_LEFT
    • OUTER_RIGHT

      public static final StairsShape OUTER_RIGHT
  • Field Details

    • name

      private final String name
  • Constructor Details

    • StairsShape

      private StairsShape(String p_i49331_3_)
  • Method Details

    • values

      public static StairsShape[] 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

      public static StairsShape valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<StairsShape>
    • getSerializedName

      public String getSerializedName()
      Specified by:
      getSerializedName in interface IStringSerializable