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 Boolean
isPowered()
final Byte
getNote()
final Float
getPitch()
final String
getSound()
final Boolean
isMobSound()
final Unit
runClickAction(Action action)
final Unit
playSoundNaturally()
final Unit
increaseNote()
final Unit
setPowered(Boolean powered)
final Unit
removeData()
-
-
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()
-
-
-
-