Enum Class PistonType

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

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

    • DEFAULT Link icon

      public static final PistonType DEFAULT
      Mappings:
      Namespace Name Mixin selector
      named DEFAULT Lnet/minecraft/block/enums/PistonType;DEFAULT:Lnet/minecraft/block/enums/PistonType;
      intermediary field_12637 Lnet/minecraft/class_2764;field_12637:Lnet/minecraft/class_2764;
      official a Ldyv;a:Ldyv;
    • STICKY Link icon

      public static final PistonType STICKY
      Mappings:
      Namespace Name Mixin selector
      named STICKY Lnet/minecraft/block/enums/PistonType;STICKY:Lnet/minecraft/block/enums/PistonType;
      intermediary field_12634 Lnet/minecraft/class_2764;field_12634:Lnet/minecraft/class_2764;
      official b Ldyv;b:Ldyv;
  • Field Details Link icon

    • name Link icon

      private final String name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/block/enums/PistonType;name:Ljava/lang/String;
      intermediary field_12635 Lnet/minecraft/class_2764;field_12635:Ljava/lang/String;
      official c Ldyv;c:Ljava/lang/String;
  • Constructor Details Link icon

    • PistonType Link icon

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

    • values Link icon

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