Enum Class StairShape

java.lang.Object
java.lang.Enum<StairShape>
net.minecraft.block.enums.StairShape
All Implemented Interfaces:
Serializable, Comparable<StairShape>, Constable, StringIdentifiable

public enum StairShape extends Enum<StairShape> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/block/enums/StairShape
intermediary net/minecraft/class_2778
official dtn
  • Enum Constant Details Link icon

    • STRAIGHT Link icon

      public static final StairShape STRAIGHT
      Mappings:
      Namespace Name Mixin selector
      named STRAIGHT Lnet/minecraft/block/enums/StairShape;STRAIGHT:Lnet/minecraft/block/enums/StairShape;
      intermediary field_12710 Lnet/minecraft/class_2778;field_12710:Lnet/minecraft/class_2778;
      official a Ldtn;a:Ldtn;
    • INNER_LEFT Link icon

      public static final StairShape INNER_LEFT
      Mappings:
      Namespace Name Mixin selector
      named INNER_LEFT Lnet/minecraft/block/enums/StairShape;INNER_LEFT:Lnet/minecraft/block/enums/StairShape;
      intermediary field_12712 Lnet/minecraft/class_2778;field_12712:Lnet/minecraft/class_2778;
      official b Ldtn;b:Ldtn;
    • INNER_RIGHT Link icon

      public static final StairShape INNER_RIGHT
      Mappings:
      Namespace Name Mixin selector
      named INNER_RIGHT Lnet/minecraft/block/enums/StairShape;INNER_RIGHT:Lnet/minecraft/block/enums/StairShape;
      intermediary field_12713 Lnet/minecraft/class_2778;field_12713:Lnet/minecraft/class_2778;
      official c Ldtn;c:Ldtn;
    • OUTER_LEFT Link icon

      public static final StairShape OUTER_LEFT
      Mappings:
      Namespace Name Mixin selector
      named OUTER_LEFT Lnet/minecraft/block/enums/StairShape;OUTER_LEFT:Lnet/minecraft/block/enums/StairShape;
      intermediary field_12708 Lnet/minecraft/class_2778;field_12708:Lnet/minecraft/class_2778;
      official d Ldtn;d:Ldtn;
    • OUTER_RIGHT Link icon

      public static final StairShape OUTER_RIGHT
      Mappings:
      Namespace Name Mixin selector
      named OUTER_RIGHT Lnet/minecraft/block/enums/StairShape;OUTER_RIGHT:Lnet/minecraft/block/enums/StairShape;
      intermediary field_12709 Lnet/minecraft/class_2778;field_12709:Lnet/minecraft/class_2778;
      official e Ldtn;e:Ldtn;
  • Field Details Link icon

    • name Link icon

      private final String name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/block/enums/StairShape;name:Ljava/lang/String;
      intermediary field_12714 Lnet/minecraft/class_2778;field_12714:Ljava/lang/String;
      official f Ldtn;f:Ljava/lang/String;
  • Constructor Details Link icon

    • StairShape Link icon

      private StairShape(String name)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/block/enums/StairShape;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_2778;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Ldtn;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details Link icon

    • values Link icon

      public static StairShape[] 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 Link icon

      public static StairShape 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 Link icon

      public String toString()
      Overrides:
      toString in class Enum<StairShape>
    • asString Link icon

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lazu;c()Ljava/lang/String;