private static int |
BossBarCommand.getMax(CommandSource source,
CustomServerBossInfo bossbar) |
private static int |
BossBarCommand.getPlayers(CommandSource source,
CustomServerBossInfo bossbar) |
private static int |
BossBarCommand.getValue(CommandSource source,
CustomServerBossInfo bossbar) |
private static int |
BossBarCommand.getVisibility(CommandSource source,
CustomServerBossInfo bossbar) |
private static int |
BossBarCommand.removeBossbar(CommandSource source,
CustomServerBossInfo bossbar) |
private static int |
BossBarCommand.setColor(CommandSource source,
CustomServerBossInfo bossbar,
BossInfo.Color color) |
private static int |
BossBarCommand.setMax(CommandSource source,
CustomServerBossInfo bossbar,
int max) |
private static int |
BossBarCommand.setName(CommandSource source,
CustomServerBossInfo bossbar,
ITextComponent name) |
private static int |
BossBarCommand.setPlayers(CommandSource source,
CustomServerBossInfo bossbar,
java.util.Collection<ServerPlayerEntity> players) |
private static int |
BossBarCommand.setStyle(CommandSource source,
CustomServerBossInfo bossbar,
BossInfo.Overlay styleIn) |
private static int |
BossBarCommand.setValue(CommandSource source,
CustomServerBossInfo bossbar,
int value) |
private static int |
BossBarCommand.setVisibility(CommandSource source,
CustomServerBossInfo bossbar,
boolean visible) |
private static CommandSource |
ExecuteCommand.storeIntoBossbar(CommandSource source,
CustomServerBossInfo bar,
boolean storingValue,
boolean storingResult) |