パッケージ | 説明 |
---|---|
org.bukkit |
More generalized classes in the API.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static Note.Tone |
Note.Tone.getById(byte id)
非推奨です。
Magic value
|
Note.Tone |
Note.getTone()
Returns the tone of this note.
|
static Note.Tone |
Note.Tone.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static Note.Tone[] |
Note.Tone.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
static Note |
Note.flat(int octave,
Note.Tone tone)
Creates a new note for a flat tone, such as A-flat.
|
static Note |
Note.natural(int octave,
Note.Tone tone)
Creates a new note for a natural tone, such as A-natural.
|
static Note |
Note.sharp(int octave,
Note.Tone tone)
Creates a new note for a sharp tone, such as A-sharp.
|
コンストラクタと説明 |
---|
Note(int octave,
Note.Tone tone,
boolean sharped)
Creates a new note.
|
Copyright © 2016. All rights reserved.