-
-
Methods in net.minecraft.server.command with parameters of type CommandBossBar
| Modifier and Type |
Method |
Description |
private static ServerCommandSource |
ExecuteCommand.executeStoreBossbar(ServerCommandSource source,
CommandBossBar bossBar,
boolean storeInValue,
boolean requestResult) |
|
private static int |
BossBarCommand.getMaxValue(ServerCommandSource source,
CommandBossBar bossBar) |
|
private static int |
BossBarCommand.getPlayers(ServerCommandSource source,
CommandBossBar bossBar) |
|
private static int |
BossBarCommand.getValue(ServerCommandSource source,
CommandBossBar bossBar) |
|
private static int |
BossBarCommand.isVisible(ServerCommandSource source,
CommandBossBar bossBar) |
|
private static int |
BossBarCommand.removeBossBar(ServerCommandSource source,
CommandBossBar bossBar) |
|
private static int |
BossBarCommand.setColor(ServerCommandSource source,
CommandBossBar bossBar,
BossBar.Color color) |
|
private static int |
BossBarCommand.setMaxValue(ServerCommandSource source,
CommandBossBar bossBar,
int value) |
|
private static int |
BossBarCommand.setName(ServerCommandSource source,
CommandBossBar bossBar,
Text name) |
|
private static int |
BossBarCommand.setPlayers(ServerCommandSource source,
CommandBossBar bossBar,
Collection<ServerPlayerEntity> players) |
|
private static int |
BossBarCommand.setStyle(ServerCommandSource source,
CommandBossBar bossBar,
BossBar.Style style) |
|
private static int |
BossBarCommand.setValue(ServerCommandSource source,
CommandBossBar bossBar,
int value) |
|
private static int |
BossBarCommand.setVisible(ServerCommandSource source,
CommandBossBar bossBar,
boolean visible) |
|