Enum Class DoublePlantBlock.DoublePlantType

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

public static enum DoublePlantBlock.DoublePlantType extends Enum<DoublePlantBlock.DoublePlantType> implements StringIdentifiable
Mappings:
Namespace Name
official agi$b
intermediary net/minecraft/class_1755$class_2184
named net/minecraft/block/DoublePlantBlock$DoublePlantType
  • Enum Constant Details

    • SUNFLOWER

      public static final DoublePlantBlock.DoublePlantType SUNFLOWER
      Mappings:
      Namespace Name Mixin selector
      official a Lagi$b;a:Lagi$b;
      intermediary field_9386 Lnet/minecraft/class_1755$class_2184;field_9386:Lnet/minecraft/class_1755$class_2184;
      named SUNFLOWER Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;SUNFLOWER:Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;
    • SYRINGA

      public static final DoublePlantBlock.DoublePlantType SYRINGA
      Mappings:
      Namespace Name Mixin selector
      official b Lagi$b;b:Lagi$b;
      intermediary field_9387 Lnet/minecraft/class_1755$class_2184;field_9387:Lnet/minecraft/class_1755$class_2184;
      named SYRINGA Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;SYRINGA:Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;
    • GRASS

      public static final DoublePlantBlock.DoublePlantType GRASS
      Mappings:
      Namespace Name Mixin selector
      official c Lagi$b;c:Lagi$b;
      intermediary field_9388 Lnet/minecraft/class_1755$class_2184;field_9388:Lnet/minecraft/class_1755$class_2184;
      named GRASS Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;GRASS:Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;
    • FERN

      public static final DoublePlantBlock.DoublePlantType FERN
      Mappings:
      Namespace Name Mixin selector
      official d Lagi$b;d:Lagi$b;
      intermediary field_9389 Lnet/minecraft/class_1755$class_2184;field_9389:Lnet/minecraft/class_1755$class_2184;
      named FERN Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;FERN:Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;
    • ROSE

      public static final DoublePlantBlock.DoublePlantType ROSE
      Mappings:
      Namespace Name Mixin selector
      official e Lagi$b;e:Lagi$b;
      intermediary field_9390 Lnet/minecraft/class_1755$class_2184;field_9390:Lnet/minecraft/class_1755$class_2184;
      named ROSE Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;ROSE:Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;
    • PAEONIA

      public static final DoublePlantBlock.DoublePlantType PAEONIA
      Mappings:
      Namespace Name Mixin selector
      official f Lagi$b;f:Lagi$b;
      intermediary field_9391 Lnet/minecraft/class_1755$class_2184;field_9391:Lnet/minecraft/class_1755$class_2184;
      named PAEONIA Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;PAEONIA:Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;
  • Field Details

    • VALUES

      private static final DoublePlantBlock.DoublePlantType[] VALUES
      Mappings:
      Namespace Name Mixin selector
      official g Lagi$b;g:[Lagi$b;
      intermediary field_9392 Lnet/minecraft/class_1755$class_2184;field_9392:[Lnet/minecraft/class_1755$class_2184;
      named VALUES Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;VALUES:[Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;
    • id

      private final int id
      Mappings:
      Namespace Name Mixin selector
      official h Lagi$b;h:I
      intermediary field_9393 Lnet/minecraft/class_1755$class_2184;field_9393:I
      named id Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;id:I
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official i Lagi$b;i:Ljava/lang/String;
      intermediary field_9394 Lnet/minecraft/class_1755$class_2184;field_9394:Ljava/lang/String;
      named name Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;name:Ljava/lang/String;
    • translationKey

      private final String translationKey
      Mappings:
      Namespace Name Mixin selector
      official j Lagi$b;j:Ljava/lang/String;
      intermediary field_9395 Lnet/minecraft/class_1755$class_2184;field_9395:Ljava/lang/String;
      named translationKey Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;translationKey:Ljava/lang/String;
  • Constructor Details

    • DoublePlantType

      private DoublePlantType(int id, String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lagi$b;<init>(Ljava/lang/String;IILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_1755$class_2184;<init>(Ljava/lang/String;IILjava/lang/String;)V
      named <init> Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;<init>(Ljava/lang/String;IILjava/lang/String;)V
    • DoublePlantType

      private DoublePlantType(int id, String name, String translationKey)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lagi$b;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_1755$class_2184;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
      named <init> Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
  • Method Details

    • values

      public static DoublePlantBlock.DoublePlantType[] 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 DoublePlantBlock.DoublePlantType 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
    • getId

      public int getId()
      Mappings:
      Namespace Name Mixin selector
      official a Lagi$b;a()I
      intermediary method_8755 Lnet/minecraft/class_1755$class_2184;method_8755()I
      named getId Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;getId()I
    • toString

      public String toString()
      Overrides:
      toString in class Enum<DoublePlantBlock.DoublePlantType>
      Mappings:
      Namespace Name Mixin selector
      official toString Lagi$b;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_1755$class_2184;toString()Ljava/lang/String;
      named toString Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;toString()Ljava/lang/String;
    • getById

      public static DoublePlantBlock.DoublePlantType getById(int id)
      Mappings:
      Namespace Name Mixin selector
      official a Lagi$b;a(I)Lagi$b;
      intermediary method_8756 Lnet/minecraft/class_1755$class_2184;method_8756(I)Lnet/minecraft/class_1755$class_2184;
      named getById Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;getById(I)Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;
    • asString

      public String asString()
      Specified by:
      asString in interface StringIdentifiable
      Mappings:
      Namespace Name Mixin selector
      official l Lnw;l()Ljava/lang/String;
      intermediary method_10853 Lnet/minecraft/class_2604;method_10853()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
    • getSingleName

      public String getSingleName()
      Mappings:
      Namespace Name Mixin selector
      official c Lagi$b;c()Ljava/lang/String;
      intermediary method_8757 Lnet/minecraft/class_1755$class_2184;method_8757()Ljava/lang/String;
      named getSingleName Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;getSingleName()Ljava/lang/String;