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