Uses of Enum Class
net.minecraft.block.enums.Instrument.Type
Packages that use Instrument.Type
-
Uses of Instrument.Type in net.minecraft.block.enums
Fields in net.minecraft.block.enums declared as Instrument.TypeMethods in net.minecraft.block.enums that return Instrument.TypeModifier and TypeMethodDescriptionstatic Instrument.Type
Returns the enum constant of this class with the specified name.static Instrument.Type[]
Instrument.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.block.enums with parameters of type Instrument.TypeModifierConstructorDescriptionprivate
Instrument
(String name, RegistryEntry<SoundEvent> sound, Instrument.Type type)