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