Class RegularNoteBlock
-
- All Implemented Interfaces:
public final class RegularNoteBlock
-
-
Constructor Summary
Constructors Constructor Description RegularNoteBlock(Block block, Player player)
-
Method Summary
Modifier and Type Method Description final BooleanisPowered()final BytegetNote()final FloatgetPitch()final StringgetSound()final BooleanisMobSound()final UnitrunClickAction(Action action)final UnitplaySoundNaturally()final UnitincreaseNote()final UnitsetPowered(Boolean powered)final UnitremoveData()-
-
Method Detail
-
isMobSound
final Boolean isMobSound()
-
runClickAction
final Unit runClickAction(Action action)
-
playSoundNaturally
final Unit playSoundNaturally()
-
increaseNote
final Unit increaseNote()
-
setPowered
final Unit setPowered(Boolean powered)
-
removeData
final Unit removeData()
-
-
-
-