BossBarBuilderpublic class BossBarMessage
extends java.lang.Object
| Constructor and Description |
|---|
BossBarMessage()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createMessage(java.util.Collection<? extends org.bukkit.entity.Player> collection,
java.lang.String message,
org.bukkit.boss.BarColor color,
org.bukkit.boss.BarStyle notched10,
int time,
double progress)
Deprecated.
|
void |
createMessage(java.util.Collection<? extends org.bukkit.entity.Player> collection,
java.lang.String message,
org.bukkit.boss.BarColor color,
org.bukkit.boss.BarStyle notched10,
int time,
double progress,
org.bukkit.World world)
Deprecated.
|
void |
createMessage(org.bukkit.entity.Player p,
java.lang.String message,
org.bukkit.boss.BarColor color,
org.bukkit.boss.BarStyle notched10,
int time,
double progress)
Deprecated.
|
void |
createMessageAll(java.lang.String message,
org.bukkit.boss.BarColor color,
org.bukkit.boss.BarStyle notched10,
int time,
double progress)
Deprecated.
|
void |
createMessageAll(java.lang.String message,
org.bukkit.boss.BarColor color,
org.bukkit.boss.BarStyle notched10,
int time,
double progress,
org.bukkit.World w)
Deprecated.
|
void |
createMessageJoin(org.bukkit.entity.Player p,
java.lang.String message,
org.bukkit.boss.BarColor color,
org.bukkit.boss.BarStyle notched10,
int time,
double progress)
Deprecated.
|
void |
createPermMessage(java.util.Collection<? extends org.bukkit.entity.Player> collection,
java.lang.String message,
org.bukkit.boss.BarColor color,
org.bukkit.boss.BarStyle notched10,
double progress)
Deprecated.
|
void |
createPermMessageWorld(java.util.Collection<? extends org.bukkit.entity.Player> collection,
java.lang.String message,
org.bukkit.boss.BarColor color,
org.bukkit.boss.BarStyle notched10,
double progress,
org.bukkit.World world)
Deprecated.
|
public void createMessage(java.util.Collection<? extends org.bukkit.entity.Player> collection,
java.lang.String message,
org.bukkit.boss.BarColor color,
org.bukkit.boss.BarStyle notched10,
int time,
double progress)
public void createMessageAll(java.lang.String message,
org.bukkit.boss.BarColor color,
org.bukkit.boss.BarStyle notched10,
int time,
double progress)
public void createMessageAll(java.lang.String message,
org.bukkit.boss.BarColor color,
org.bukkit.boss.BarStyle notched10,
int time,
double progress,
org.bukkit.World w)
public void createMessage(org.bukkit.entity.Player p,
java.lang.String message,
org.bukkit.boss.BarColor color,
org.bukkit.boss.BarStyle notched10,
int time,
double progress)
public void createMessageJoin(org.bukkit.entity.Player p,
java.lang.String message,
org.bukkit.boss.BarColor color,
org.bukkit.boss.BarStyle notched10,
int time,
double progress)
public void createMessage(java.util.Collection<? extends org.bukkit.entity.Player> collection,
java.lang.String message,
org.bukkit.boss.BarColor color,
org.bukkit.boss.BarStyle notched10,
int time,
double progress,
org.bukkit.World world)
public void createPermMessageWorld(java.util.Collection<? extends org.bukkit.entity.Player> collection,
java.lang.String message,
org.bukkit.boss.BarColor color,
org.bukkit.boss.BarStyle notched10,
double progress,
org.bukkit.World world)
public void createPermMessage(java.util.Collection<? extends org.bukkit.entity.Player> collection,
java.lang.String message,
org.bukkit.boss.BarColor color,
org.bukkit.boss.BarStyle notched10,
double progress)