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 NoteBlockInstrument -
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 EnumProperty<NoteBlockInstrument>
BlockStateProperties.NOTEBLOCK_INSTRUMENT
Methods in net.minecraft.world.level.block.state.properties that return NoteBlockInstrumentModifier and TypeMethodDescriptionstatic NoteBlockInstrument
NoteBlockInstrument.byState(BlockState p_61667_)
static 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.minecraftforge.event.world
Fields in net.minecraftforge.event.world declared as NoteBlockInstrumentMethods in net.minecraftforge.event.world that return NoteBlockInstrumentMethods in net.minecraftforge.event.world with parameters of type NoteBlockInstrumentModifier and TypeMethodDescriptionvoid
NoteBlockEvent.Play.setInstrument(NoteBlockInstrument instrument)
Constructors in net.minecraftforge.event.world with parameters of type NoteBlockInstrumentModifierConstructorDescriptionPlay(Level world, BlockPos pos, BlockState state, int note, NoteBlockInstrument instrument)