format
This commit is contained in:
parent
2738a2474d
commit
845c465832
1 changed files with 3 additions and 3 deletions
|
|
@ -453,9 +453,9 @@ public class MinecleanerArena {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void sendActionBarMessage(Player player) {
|
private void sendActionBarMessage(Player player) {
|
||||||
TextComponent textComponent = new TextComponent("Flaggen gesetzt: " + flagsPlaced + " Minen insgesamt: " + BoardSize.mineCounter[widthIndex]);
|
TextComponent textComponent = new TextComponent("Flaggen gesetzt: " + flagsPlaced + " Minen insgesamt: " + BoardSize.mineCounter[widthIndex]);
|
||||||
textComponent.setColor(ChatColor.GOLD);
|
textComponent.setColor(ChatColor.GOLD);
|
||||||
player.sendMessage(ChatMessageType.ACTION_BAR, textComponent);
|
player.sendMessage(ChatMessageType.ACTION_BAR, textComponent);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void showMines() {
|
public void showMines() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue