| パッケージ | 説明 |
|---|---|
| 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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BarStyle |
BossBar.getStyle()
Returns the style of this boss bar
|
static BarStyle |
BarStyle.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static BarStyle[] |
BarStyle.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
BossBar.setStyle(BarStyle style)
Sets the bar style of this boss bar
|
Copyright © 2016. All rights reserved.