Enum Class BambooLeaves

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

public enum BambooLeaves extends Enum<BambooLeaves> implements StringIdentifiable
Mappings:
Namespace Name
official czg
intermediary net/minecraft/class_2737
named net/minecraft/block/enums/BambooLeaves
  • Enum Constant Details

    • NONE

      public static final BambooLeaves NONE
      Mappings:
      Namespace Name Mixin selector
      official a Lczg;a:Lczg;
      intermediary field_12469 Lnet/minecraft/class_2737;field_12469:Lnet/minecraft/class_2737;
      named NONE Lnet/minecraft/block/enums/BambooLeaves;NONE:Lnet/minecraft/block/enums/BambooLeaves;
    • SMALL

      public static final BambooLeaves SMALL
      Mappings:
      Namespace Name Mixin selector
      official b Lczg;b:Lczg;
      intermediary field_12466 Lnet/minecraft/class_2737;field_12466:Lnet/minecraft/class_2737;
      named SMALL Lnet/minecraft/block/enums/BambooLeaves;SMALL:Lnet/minecraft/block/enums/BambooLeaves;
    • LARGE

      public static final BambooLeaves LARGE
      Mappings:
      Namespace Name Mixin selector
      official c Lczg;c:Lczg;
      intermediary field_12468 Lnet/minecraft/class_2737;field_12468:Lnet/minecraft/class_2737;
      named LARGE Lnet/minecraft/block/enums/BambooLeaves;LARGE:Lnet/minecraft/block/enums/BambooLeaves;
  • Field Details

    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official d Lczg;d:Ljava/lang/String;
      intermediary field_12467 Lnet/minecraft/class_2737;field_12467:Ljava/lang/String;
      named name Lnet/minecraft/block/enums/BambooLeaves;name:Ljava/lang/String;
  • Constructor Details

    • BambooLeaves

      private BambooLeaves(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lczg;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_2737;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/block/enums/BambooLeaves;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static BambooLeaves[] 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 BambooLeaves 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

      public String toString()
      Overrides:
      toString in class Enum<BambooLeaves>
    • asString

      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
      official c Laor;c()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;