Package net.minecraft.block.enums
Enum Class Instrument.Type
- All Implemented Interfaces:
Serializable
,Comparable<Instrument.Type>
,Constable
- Enclosing class:
Instrument
- Mappings:
Namespace Name official dgk$a
intermediary net/minecraft/class_2766$class_7994
named net/minecraft/block/enums/Instrument$Type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Instrument.Type
Returns the enum constant of this class with the specified name.static Instrument.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BASE_BLOCK
- Mappings:
Namespace Name Mixin selector official a
Ldgk$a;a:Ldgk$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
- Mappings:
Namespace Name Mixin selector official b
Ldgk$a;b:Ldgk$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
- Mappings:
Namespace Name Mixin selector official c
Ldgk$a;c:Ldgk$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
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
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 nameNullPointerException
- if the argument is null
-