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 NoteBlockInstrument
BlockBehaviour.BlockStateBase.instrument
(package private) NoteBlockInstrument
BlockBehaviour.Properties.instrument
Methods 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_INSTRUMENT
Methods in net.minecraft.world.level.block.state.properties that return NoteBlockInstrumentModifier and TypeMethodDescriptionstatic NoteBlockInstrument
Returns 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.neoforged.neoforge.event.level
Fields in net.neoforged.neoforge.event.level declared as NoteBlockInstrumentMethods in net.neoforged.neoforge.event.level that return NoteBlockInstrumentMethods in net.neoforged.neoforge.event.level with parameters of type NoteBlockInstrumentModifier and TypeMethodDescriptionvoid
NoteBlockEvent.Play.setInstrument
(NoteBlockInstrument instrument) Constructors in net.neoforged.neoforge.event.level with parameters of type NoteBlockInstrumentModifierConstructorDescriptionPlay
(Level world, BlockPos pos, BlockState state, int note, NoteBlockInstrument instrument)