Uses of Enum Class
net.minecraft.block.enums.Instrument
Packages that use Instrument
-
Uses of Instrument in net.minecraft.block
Fields in net.minecraft.block with type parameters of type Instrument -
Uses of Instrument in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return InstrumentModifier and TypeMethodDescriptionstatic Instrument
Instrument.fromBelowState
(BlockState state) static 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.Methods in net.minecraft.block.enums that return types with arguments of type InstrumentModifier and TypeMethodDescriptionstatic Optional<Instrument>
Instrument.fromAboveState
(BlockState state) -
Uses of Instrument in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type InstrumentModifier and TypeFieldDescriptionstatic final EnumProperty<Instrument>
Properties.INSTRUMENT
A property that specifies what instrument a note block will play.