Enum Class NoteBlockInstrument.Type

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

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

    • BASE_BLOCK

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

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

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

    • Type

      private Type()
  • Method Details

    • values

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