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.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 NoteBlockInstrumentNoteBlockInstrument.byStateBelow(BlockState p_61667_) static 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.Methods in net.minecraft.world.level.block.state.properties that return types with arguments of type NoteBlockInstrumentModifier and TypeMethodDescriptionstatic Optional<NoteBlockInstrument>NoteBlockInstrument.byStateAbove(BlockState p_261556_) -
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)