Uses of Enum Class
net.minecraft.world.level.block.state.properties.NoteBlockInstrument
Packages that use NoteBlockInstrument
Package
Description
-
Uses of NoteBlockInstrument in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type NoteBlockInstrumentModifier and TypeFieldDescriptionstatic final EnumProperty<NoteBlockInstrument>NoteBlock.INSTRUMENT -
Uses of NoteBlockInstrument in net.minecraft.world.level.block.state
Fields in net.minecraft.world.level.block.state declared as NoteBlockInstrumentModifier and TypeFieldDescriptionprivate final NoteBlockInstrumentBlockBehaviour.BlockStateBase.instrument(package private) NoteBlockInstrumentBlockBehaviour.Properties.instrumentMethods in net.minecraft.world.level.block.state that return NoteBlockInstrumentMethods in net.minecraft.world.level.block.state with parameters of type NoteBlockInstrumentModifier and TypeMethodDescriptionBlockBehaviour.Properties.instrument(NoteBlockInstrument p_282170_) -
Uses of NoteBlockInstrument in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type NoteBlockInstrumentModifier and TypeFieldDescriptionstatic final EnumProperty<NoteBlockInstrument>BlockStateProperties.NOTEBLOCK_INSTRUMENTMethods in net.minecraft.world.level.block.state.properties that return NoteBlockInstrumentModifier and TypeMethodDescriptionstatic NoteBlockInstrumentReturns the enum constant of this class with the specified name.static NoteBlockInstrument[]NoteBlockInstrument.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NoteBlockInstrument in net.minecraftforge.event.level
Fields in net.minecraftforge.event.level declared as NoteBlockInstrumentMethods in net.minecraftforge.event.level that return NoteBlockInstrumentMethods in net.minecraftforge.event.level with parameters of type NoteBlockInstrumentModifier and TypeMethodDescriptionvoidNoteBlockEvent.Play.setInstrument(NoteBlockInstrument instrument) Constructors in net.minecraftforge.event.level with parameters of type NoteBlockInstrumentModifierConstructorDescriptionPlay(Level world, BlockPos pos, BlockState state, int note, NoteBlockInstrument instrument)