Uses of Class
net.minecraft.entity.boss.CommandBossBar
-
Uses of CommandBossBar in net.minecraft.entity.boss
Modifier and TypeFieldDescriptionprivate final Map<Identifier,
CommandBossBar> BossBarManager.commandBossBars
Modifier and TypeMethodDescriptionBossBarManager.add
(Identifier id, Text displayName) static CommandBossBar
CommandBossBar.fromNbt
(NbtCompound nbt, Identifier id) BossBarManager.get
(Identifier id) -
Uses of CommandBossBar in net.minecraft.server.command
Modifier and TypeMethodDescriptionstatic CommandBossBar
BossBarCommand.getBossBar
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) Modifier and TypeMethodDescriptionprivate 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)