パッケージ | 説明 |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
修飾子とタイプ | メソッドと説明 |
---|---|
static Sound |
Sound.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static Sound[] |
Sound.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
World.playSound(Location location,
Sound sound,
float volume,
float pitch)
Play a Sound at the provided Location in the World
This function will fail silently if Location or Sound are null.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Player.playSound(Location location,
Sound sound,
float volume,
float pitch)
Play a sound for a player at the location.
|
Copyright © 2016. All rights reserved.