Class ActionBar
java.lang.Object
com.bencodez.advancedcore.api.misc.effects.ActionBar
Deprecated.
The Class ActionBar.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Gets the duration.getMsg()Deprecated.Gets the msg.voidsend(org.bukkit.entity.Player... players) Deprecated.Send.voidsendActionBar(org.bukkit.entity.Player player, String message) Deprecated.Send action bar.voidsendActionBar(org.bukkit.entity.Player player, String message, int duration) Deprecated.Send action bar.voidsendActionBarToAllPlayers(String message) Deprecated.Send action bar to all players.voidsendActionBarToAllPlayers(String message, int duration) Deprecated.Send action bar to all players.voidsetDuration(int duration) Deprecated.Sets the duration.voidDeprecated.Sets the msg.
-
Constructor Details
-
ActionBar
Deprecated.Instantiates a new action bar.- Parameters:
msg- the msgduration- the duration
-
ActionBar
Deprecated.Instantiates a new action bar.- Parameters:
msg- the msg
-
-
Method Details
-
getDuration
public int getDuration()Deprecated.Gets the duration.- Returns:
- the duration
-
getMsg
Deprecated.Gets the msg.- Returns:
- the msg
-
send
public void send(org.bukkit.entity.Player... players) Deprecated.Send.- Parameters:
players- the players
-
sendActionBar
Deprecated.Send action bar.- Parameters:
player- the playermessage- the message
-
sendActionBar
Deprecated.Send action bar.- Parameters:
player- the playermessage- the messageduration- the duration
-
sendActionBarToAllPlayers
Deprecated.Send action bar to all players.- Parameters:
message- the message
-
sendActionBarToAllPlayers
Deprecated.Send action bar to all players.- Parameters:
message- the messageduration- the duration
-
setDuration
public void setDuration(int duration) Deprecated.Sets the duration.- Parameters:
duration- the new duration
-
setMsg
Deprecated.Sets the msg.- Parameters:
msg- the new msg
-