Uses of Enum Class
net.minecraft.state.properties.NoteBlockInstrument
Packages that use NoteBlockInstrument
Package
Description
-
Uses of NoteBlockInstrument in net.minecraft.block
Fields in net.minecraft.block with type parameters of type NoteBlockInstrumentModifier and TypeFieldDescriptionstatic final EnumProperty<NoteBlockInstrument>
NoteBlock.INSTRUMENT
-
Uses of NoteBlockInstrument in net.minecraft.state.properties
Fields in net.minecraft.state.properties with type parameters of type NoteBlockInstrumentModifier and TypeFieldDescriptionstatic final EnumProperty<NoteBlockInstrument>
BlockStateProperties.NOTEBLOCK_INSTRUMENT
Methods in net.minecraft.state.properties that return NoteBlockInstrumentModifier and TypeMethodDescriptionstatic NoteBlockInstrument
NoteBlockInstrument.byState
(BlockState p_208087_0_) 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
(World world, BlockPos pos, BlockState state, int note, NoteBlockInstrument instrument)