Enum Class Instrument.Type

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

private static enum Instrument.Type extends Enum<Instrument.Type>
Mappings:
Namespace Name
official czu$a
intermediary net/minecraft/class_2766$class_7994
named net/minecraft/block/enums/Instrument$Type
  • Enum Constant Details

    • BASE_BLOCK

      public static final Instrument.Type BASE_BLOCK
      Mappings:
      Namespace Name Mixin selector
      official a Lczu$a;a:Lczu$a;
      intermediary field_41606 Lnet/minecraft/class_2766$class_7994;field_41606:Lnet/minecraft/class_2766$class_7994;
      named BASE_BLOCK Lnet/minecraft/block/enums/Instrument$Type;BASE_BLOCK:Lnet/minecraft/block/enums/Instrument$Type;
    • MOB_HEAD

      public static final Instrument.Type MOB_HEAD
      Mappings:
      Namespace Name Mixin selector
      official b Lczu$a;b:Lczu$a;
      intermediary field_41607 Lnet/minecraft/class_2766$class_7994;field_41607:Lnet/minecraft/class_2766$class_7994;
      named MOB_HEAD Lnet/minecraft/block/enums/Instrument$Type;MOB_HEAD:Lnet/minecraft/block/enums/Instrument$Type;
    • CUSTOM

      public static final Instrument.Type CUSTOM
      Mappings:
      Namespace Name Mixin selector
      official c Lczu$a;c:Lczu$a;
      intermediary field_41608 Lnet/minecraft/class_2766$class_7994;field_41608:Lnet/minecraft/class_2766$class_7994;
      named CUSTOM Lnet/minecraft/block/enums/Instrument$Type;CUSTOM:Lnet/minecraft/block/enums/Instrument$Type;
  • Constructor Details

    • Type

      private Type()
  • Method Details

    • values

      public static Instrument.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 Instrument.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