Enum Class DoubleBlockProperties.Type

java.lang.Object
java.lang.Enum<DoubleBlockProperties.Type>
net.minecraft.block.DoubleBlockProperties.Type
All Implemented Interfaces:
Serializable, Comparable<DoubleBlockProperties.Type>, Constable
Enclosing class:
DoubleBlockProperties

public static enum DoubleBlockProperties.Type extends Enum<DoubleBlockProperties.Type>
Mappings:
Namespace Name
official cot$a
intermediary net/minecraft/class_4732$class_4733
named net/minecraft/block/DoubleBlockProperties$Type
  • Enum Constant Details

    • SINGLE

      public static final DoubleBlockProperties.Type SINGLE
      Mappings:
      Namespace Name Mixin selector
      official a Lcot$a;a:Lcot$a;
      intermediary field_21783 Lnet/minecraft/class_4732$class_4733;field_21783:Lnet/minecraft/class_4732$class_4733;
      named SINGLE Lnet/minecraft/block/DoubleBlockProperties$Type;SINGLE:Lnet/minecraft/block/DoubleBlockProperties$Type;
    • FIRST

      public static final DoubleBlockProperties.Type FIRST
      Mappings:
      Namespace Name Mixin selector
      official b Lcot$a;b:Lcot$a;
      intermediary field_21784 Lnet/minecraft/class_4732$class_4733;field_21784:Lnet/minecraft/class_4732$class_4733;
      named FIRST Lnet/minecraft/block/DoubleBlockProperties$Type;FIRST:Lnet/minecraft/block/DoubleBlockProperties$Type;
    • SECOND

      public static final DoubleBlockProperties.Type SECOND
      Mappings:
      Namespace Name Mixin selector
      official c Lcot$a;c:Lcot$a;
      intermediary field_21785 Lnet/minecraft/class_4732$class_4733;field_21785:Lnet/minecraft/class_4732$class_4733;
      named SECOND Lnet/minecraft/block/DoubleBlockProperties$Type;SECOND:Lnet/minecraft/block/DoubleBlockProperties$Type;
  • Constructor Details

    • Type

      private Type()
  • Method Details

    • values

      public static DoubleBlockProperties.Type[] 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 DoubleBlockProperties.Type 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