Uses of Class
net.minecraft.block.enums.Instrument
Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.block.enums | |
net.minecraft.state.property |
-
Uses of Instrument in net.minecraft.block
Fields in net.minecraft.block with type parameters of type Instrument Modifier and Type Field Description static EnumProperty<Instrument>
NoteBlock. INSTRUMENT
-
Uses of Instrument in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return Instrument Modifier and Type Method Description static Instrument
Instrument. fromBlockState(BlockState state)
static Instrument
Instrument. valueOf(String name)
Returns the enum constant of this type with the specified name.static Instrument[]
Instrument. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Instrument in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type Instrument Modifier and Type Field Description static EnumProperty<Instrument>
Properties. INSTRUMENT
A property that specifies what instrument a note block will play.