Uses of Enum Class
net.minecraft.block.enums.NoteBlockInstrument
Packages that use NoteBlockInstrument
- 
Uses of NoteBlockInstrument in net.minecraft.blockFields in net.minecraft.block declared as NoteBlockInstrumentModifier and TypeFieldDescriptionprivate final NoteBlockInstrumentAbstractBlock.AbstractBlockState.instrument(package private) NoteBlockInstrumentAbstractBlock.Settings.instrumentFields in net.minecraft.block with type parameters of type NoteBlockInstrumentModifier and TypeFieldDescriptionstatic final EnumProperty<NoteBlockInstrument> NoteBlock.INSTRUMENTMethods in net.minecraft.block that return NoteBlockInstrumentMethods in net.minecraft.block with parameters of type NoteBlockInstrumentModifier and TypeMethodDescriptionAbstractBlock.Settings.instrument(NoteBlockInstrument instrument) 
- 
Uses of NoteBlockInstrument in net.minecraft.block.enumsMethods in net.minecraft.block.enums that return NoteBlockInstrumentModifier and TypeMethodDescriptionstatic NoteBlockInstrumentReturns 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.propertyFields in net.minecraft.state.property with type parameters of type NoteBlockInstrumentModifier and TypeFieldDescriptionstatic final EnumProperty<NoteBlockInstrument> Properties.INSTRUMENTA property that specifies what instrument a note block will play.