Uses of Enum Class
net.minecraft.block.enums.NoteBlockInstrument
-
Uses of NoteBlockInstrument in net.minecraft.block
Modifier and TypeFieldDescriptionprivate final NoteBlockInstrument
AbstractBlock.AbstractBlockState.instrument
(package private) NoteBlockInstrument
AbstractBlock.Settings.instrument
Modifier and TypeFieldDescriptionstatic final EnumProperty
<NoteBlockInstrument> NoteBlock.INSTRUMENT
Modifier and TypeMethodDescriptionAbstractBlock.Settings.instrument
(NoteBlockInstrument instrument) -
Uses of NoteBlockInstrument in net.minecraft.block.enums
Modifier and TypeMethodDescriptionstatic NoteBlockInstrument
Returns the enum constant of this class with the specified name.static NoteBlockInstrument[]
NoteBlockInstrument.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NoteBlockInstrument in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic final EnumProperty
<NoteBlockInstrument> Properties.INSTRUMENT
A property that specifies what instrument a note block will play.