Uses of Class
net.minecraft.state.properties.NoteBlockInstrument
-
Packages that use NoteBlockInstrument Package Description net.minecraft.block net.minecraft.state.properties net.minecraftforge.event.world -
-
Uses of NoteBlockInstrument in net.minecraft.block
Fields in net.minecraft.block with type parameters of type NoteBlockInstrument Modifier and Type Field Description static EnumProperty<NoteBlockInstrument>
NoteBlock. INSTRUMENT
-
Uses of NoteBlockInstrument in net.minecraft.state.properties
Fields in net.minecraft.state.properties with type parameters of type NoteBlockInstrument Modifier and Type Field Description static EnumProperty<NoteBlockInstrument>
BlockStateProperties. NOTEBLOCK_INSTRUMENT
Methods in net.minecraft.state.properties that return NoteBlockInstrument Modifier and Type Method Description static NoteBlockInstrument
NoteBlockInstrument. byState(BlockState p_208087_0_)
static NoteBlockInstrument
NoteBlockInstrument. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NoteBlockInstrument[]
NoteBlockInstrument. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NoteBlockInstrument in net.minecraftforge.event.world
Fields in net.minecraftforge.event.world declared as NoteBlockInstrument Modifier and Type Field Description private NoteBlockInstrument
NoteBlockEvent.Play. instrument
Methods in net.minecraftforge.event.world that return NoteBlockInstrument Modifier and Type Method Description NoteBlockInstrument
NoteBlockEvent.Play. getInstrument()
Methods in net.minecraftforge.event.world with parameters of type NoteBlockInstrument Modifier and Type Method Description void
NoteBlockEvent.Play. setInstrument(NoteBlockInstrument instrument)
Constructors in net.minecraftforge.event.world with parameters of type NoteBlockInstrument Constructor Description Play(World world, BlockPos pos, BlockState state, int note, NoteBlockInstrument instrument)
-