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