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_INSTRUMENTMethods in net.minecraft.state.properties that return NoteBlockInstrument Modifier and Type Method Description static NoteBlockInstrumentNoteBlockInstrument. byState(BlockState p_208087_0_)static NoteBlockInstrumentNoteBlockInstrument. 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 NoteBlockInstrumentNoteBlockEvent.Play. instrumentMethods in net.minecraftforge.event.world that return NoteBlockInstrument Modifier and Type Method Description NoteBlockInstrumentNoteBlockEvent.Play. getInstrument()Methods in net.minecraftforge.event.world with parameters of type NoteBlockInstrument Modifier and Type Method Description voidNoteBlockEvent.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)
-