Enum Class SlabType

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

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

    • TOP Link icon

      public static final SlabType TOP
      Mappings:
      Namespace Name Mixin selector
      named TOP Lnet/minecraft/block/enums/SlabType;TOP:Lnet/minecraft/block/enums/SlabType;
      intermediary field_12679 Lnet/minecraft/class_2771;field_12679:Lnet/minecraft/class_2771;
      official a Ldyf;a:Ldyf;
    • BOTTOM Link icon

      public static final SlabType BOTTOM
      Mappings:
      Namespace Name Mixin selector
      named BOTTOM Lnet/minecraft/block/enums/SlabType;BOTTOM:Lnet/minecraft/block/enums/SlabType;
      intermediary field_12681 Lnet/minecraft/class_2771;field_12681:Lnet/minecraft/class_2771;
      official b Ldyf;b:Ldyf;
    • DOUBLE Link icon

      public static final SlabType DOUBLE
      Mappings:
      Namespace Name Mixin selector
      named DOUBLE Lnet/minecraft/block/enums/SlabType;DOUBLE:Lnet/minecraft/block/enums/SlabType;
      intermediary field_12682 Lnet/minecraft/class_2771;field_12682:Lnet/minecraft/class_2771;
      official c Ldyf;c:Ldyf;
  • Field Details Link icon

    • name Link icon

      private final String name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/block/enums/SlabType;name:Ljava/lang/String;
      intermediary field_12678 Lnet/minecraft/class_2771;field_12678:Ljava/lang/String;
      official d Ldyf;d:Ljava/lang/String;
  • Constructor Details Link icon

    • SlabType Link icon

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

    • values Link icon

      public static SlabType[] 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 SlabType 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<SlabType>
    • 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 Lazv;c()Ljava/lang/String;