|
RuneHive-Game
|
Handles the yelling command. More...
Static Public Member Functions | |
| static void | yell (Player player, String message) |
| Yells a message to the server. | |
Static Public Attributes | |
| static final String[] | INVALID |
| Array of all invalid strings. | |
|
static |
Yells a message to the server.
Definition at line 26 of file Yell.java.
References com.runehive.util.Utility.capitalizeSentence(), com.runehive.game.world.entity.mob.player.PlayerRight.getColor(), com.runehive.game.world.entity.mob.player.Player.getName(), com.runehive.game.world.entity.mob.player.PlayerRight.getName(), INVALID, com.runehive.game.world.entity.mob.player.PlayerRight.isDonator(), com.runehive.game.world.entity.mob.player.PlayerRight.isHelper(), com.runehive.game.world.entity.mob.player.requests.PlayerPunishment.isJailed(), com.runehive.game.world.entity.mob.player.requests.PlayerPunishment.isMuted(), com.runehive.game.world.entity.mob.player.PlayerRight.isOwner(), com.runehive.game.world.entity.mob.player.Player.message(), com.runehive.game.world.entity.mob.player.Player.punishment, com.runehive.game.world.entity.mob.player.Player.right, com.runehive.game.world.entity.mob.player.Player.send(), com.runehive.game.world.World.sendMessage(), com.runehive.game.world.entity.mob.player.Player.settings, and com.runehive.game.world.entity.mob.player.Settings.yell.
|
static |
Array of all invalid strings.
Definition at line 19 of file Yell.java.
Referenced by com.runehive.content.clanchannel.channel.ClanChannel.chat(), and yell().