Uses of Enum Class
net.minecraft.block.enums.NoteBlockInstrument
Packages that use NoteBlockInstrument
-
Uses of NoteBlockInstrument in net.minecraft.block
Fields in net.minecraft.block declared as NoteBlockInstrumentModifier and TypeFieldDescriptionprivate final NoteBlockInstrument
AbstractBlock.AbstractBlockState.instrument
(package private) NoteBlockInstrument
AbstractBlock.Settings.instrument
Fields in net.minecraft.block with type parameters of type NoteBlockInstrumentModifier and TypeFieldDescriptionstatic final EnumProperty
<NoteBlockInstrument> NoteBlock.INSTRUMENT
Methods 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.enums
Methods in net.minecraft.block.enums that return NoteBlockInstrumentModifier 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
Fields in net.minecraft.state.property with type parameters of type NoteBlockInstrumentModifier and TypeFieldDescriptionstatic final EnumProperty
<NoteBlockInstrument> Properties.INSTRUMENT
A property that specifies what instrument a note block will play.