Enum Class Instrument.class_7994

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

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

    • BASE_BLOCK

      public static final Instrument.class_7994 BASE_BLOCK
      Mappings:
      Namespace Name Mixin selector
      official a Lczs$a;a:Lczs$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$class_7994;BASE_BLOCK:Lnet/minecraft/block/enums/Instrument$class_7994;
    • MOB_HEAD

      public static final Instrument.class_7994 MOB_HEAD
      Mappings:
      Namespace Name Mixin selector
      official b Lczs$a;b:Lczs$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$class_7994;MOB_HEAD:Lnet/minecraft/block/enums/Instrument$class_7994;
    • CUSTOM

      public static final Instrument.class_7994 CUSTOM
      Mappings:
      Namespace Name Mixin selector
      official c Lczs$a;c:Lczs$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$class_7994;CUSTOM:Lnet/minecraft/block/enums/Instrument$class_7994;
  • Constructor Details

    • class_7994

      private class_7994()
  • Method Details

    • values

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