パッケージ | 説明 |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.boss |
修飾子とタイプ | メソッドと説明 |
---|---|
BossBar |
Server.createBossBar(String title,
BarColor color,
BarStyle style,
BarFlag... flags)
Creates a boss bar instance to display to players.
|
static BossBar |
Bukkit.createBossBar(String title,
BarColor color,
BarStyle style,
BarFlag... flags)
Creates a boss bar instance to display to players.
|
修飾子とタイプ | メソッドと説明 |
---|---|
BarColor |
BossBar.getColor()
Returns the color of this boss bar
|
static BarColor |
BarColor.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static BarColor[] |
BarColor.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
BossBar.setColor(BarColor color)
Sets the color of this boss bar.
|
Copyright © 2016. All rights reserved.