接口 NoteBlock

所有超级接口:
BlockData, Cloneable, Powerable

public interface NoteBlock extends Powerable
'instrument' 为该音符盒被激活时发出的音色.
'note' 为使用该乐器发音时指定的音调.
  • 方法详细资料

    • getInstrument

      @NotNull @NotNull Instrument getInstrument()
      获取 'instrument' 属性的值.

      原文: Gets the value of the 'instrument' property.

      返回:
      属性 'instrument' 的值
    • setInstrument

      void setInstrument(@NotNull @NotNull Instrument instrument)
      设置 'instrument' 属性的值.

      原文: Sets the value of the 'instrument' property.

      参数:
      instrument - 新的 'instrument' 属性值
    • getNote

      获取 'note' 属性的值.

      原文: Gets the value of the 'note' property.

      返回:
      属性 'note' 的值
    • setNote

      void setNote(@NotNull @NotNull Note note)
      设置 'note' 属性的值.

      原文: Sets the value of the 'note' property.

      参数:
      note - 新的 'note' 属性值