Uses of Class
net.minecraft.entity.boss.CommandBossBar
Packages that use CommandBossBar
-
Uses of CommandBossBar in net.minecraft.entity.boss
Fields in net.minecraft.entity.boss with type parameters of type CommandBossBarModifier and TypeFieldDescriptionprivate final Map
<Identifier, CommandBossBar> BossBarManager.commandBossBars
Methods in net.minecraft.entity.boss that return CommandBossBarModifier and TypeMethodDescriptionBossBarManager.add
(Identifier id, Text displayName) static CommandBossBar
CommandBossBar.fromNbt
(NbtCompound nbt, Identifier id, RegistryWrapper.WrapperLookup registries) BossBarManager.get
(Identifier id) Methods in net.minecraft.entity.boss that return types with arguments of type CommandBossBarMethods in net.minecraft.entity.boss with parameters of type CommandBossBar -
Uses of CommandBossBar in net.minecraft.server.command
Methods in net.minecraft.server.command that return CommandBossBarModifier and TypeMethodDescriptionstatic CommandBossBar
BossBarCommand.getBossBar
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) Methods in net.minecraft.server.command with parameters of type CommandBossBarModifier 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)