枚举的使用
org.bukkit.Instrument
-
org.bukkit中Instrument的使用
修饰符和类型方法说明static Instrument
Instrument.getByType
(byte type) 已过时。不安全的参数static Instrument
返回带有指定名称的该类型的枚举常量。static Instrument[]
Instrument.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。 -
org.bukkit.block中Instrument的使用
-
org.bukkit.entity中Instrument的使用
修饰符和类型方法说明void
Player.playNote
(Location loc, Instrument instrument, Note note) Play a note for a player at a location. -
org.bukkit.event.block中Instrument的使用