net.minecraft.server.commands

public class BossBarCommands

anm
net.minecraft.server.commands.BossBarCommands
net.minecraft.class_3019
net.minecraft.server.command.BossBarCommand
net.minecraft.server.commands.CommandBossBar

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
b
ERROR_ALREADY_EXISTS
field_13478
CREATE_FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
c
ERROR_DOESNT_EXIST
field_13486
UNKNOWN_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
d
ERROR_NO_PLAYER_CHANGE
field_13483
SET_PLAYERS_UNCHANGED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
e
ERROR_NO_NAME_CHANGE
field_13476
SET_NAME_UNCHANGED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
f
ERROR_NO_COLOR_CHANGE
field_13480
SET_COLOR_UNCHANGED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
g
ERROR_NO_STYLE_CHANGE
field_13481
SET_STYLE_UNCHANGED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
h
ERROR_NO_VALUE_CHANGE
field_13477
SET_VALUE_UNCHANGED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
i
ERROR_NO_MAX_CHANGE
field_13484
SET_MAX_UNCHANGED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
j
ERROR_ALREADY_HIDDEN
field_13479
SET_VISIBILITY_UNCHANGED_HIDDEN_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
k
ERROR_ALREADY_VISIBLE
field_13485
SET_VISIBILITY_UNCHANGED_VISIBLE_EXCEPTION
public static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack>
a
SUGGEST_BOSS_BAR
field_13482
SUGGESTION_PROVIDER

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<ew> arg0, es arg1)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0, CommandBuildContext arg1)
method_13053(com.mojang.brigadier.CommandDispatcher<class_2168> arg0, class_7157 arg1)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess)
private static int
a(ew arg0, anb arg1)
getValue(CommandSourceStack arg0, CustomBossEvent arg1)
method_13065(class_2168 arg0, class_3002 arg1)
getValue(ServerCommandSource source, CommandBossBar bossBar)
private static int
b(ew arg0, anb arg1)
getMax(CommandSourceStack arg0, CustomBossEvent arg1)
method_13056(class_2168 arg0, class_3002 arg1)
getMaxValue(ServerCommandSource source, CommandBossBar bossBar)
private static int
c(ew arg0, anb arg1)
getVisible(CommandSourceStack arg0, CustomBossEvent arg1)
method_13041(class_2168 arg0, class_3002 arg1)
isVisible(ServerCommandSource source, CommandBossBar bossBar)
private static int
d(ew arg0, anb arg1)
getPlayers(CommandSourceStack arg0, CustomBossEvent arg1)
method_13030(class_2168 arg0, class_3002 arg1)
getPlayers(ServerCommandSource source, CommandBossBar bossBar)
private static int
a(ew arg0, anb arg1, boolean arg2)
setVisible(CommandSourceStack arg0, CustomBossEvent arg1, boolean arg2)
method_13068(class_2168 arg0, class_3002 arg1, boolean arg2)
setVisible(ServerCommandSource source, CommandBossBar bossBar, boolean visible)
private static int
a(ew arg0, anb arg1, int arg2)
setValue(CommandSourceStack arg0, CustomBossEvent arg1, int arg2)
method_13036(class_2168 arg0, class_3002 arg1, int arg2)
setValue(ServerCommandSource source, CommandBossBar bossBar, int value)
private static int
b(ew arg0, anb arg1, int arg2)
setMax(CommandSourceStack arg0, CustomBossEvent arg1, int arg2)
method_13066(class_2168 arg0, class_3002 arg1, int arg2)
setMaxValue(ServerCommandSource source, CommandBossBar bossBar, int value)
private static int
a(ew arg0, anb arg1, bsz$a arg2)
setColor(CommandSourceStack arg0, CustomBossEvent arg1, BossEvent$BossBarColor arg2)
method_13028(class_2168 arg0, class_3002 arg1, class_1259$class_1260 arg2)
setColor(ServerCommandSource source, CommandBossBar bossBar, BossBar$Color color)
private static int
a(ew arg0, anb arg1, bsz$b arg2)
setStyle(CommandSourceStack arg0, CustomBossEvent arg1, BossEvent$BossBarOverlay arg2)
method_13050(class_2168 arg0, class_3002 arg1, class_1259$class_1261 arg2)
setStyle(ServerCommandSource source, CommandBossBar bossBar, BossBar$Style style)
private static int
a(ew arg0, anb arg1, xv arg2)
setName(CommandSourceStack arg0, CustomBossEvent arg1, Component arg2)
method_13071(class_2168 arg0, class_3002 arg1, class_2561 arg2)
setName(ServerCommandSource source, CommandBossBar bossBar, Text name)
private static int
a(ew arg0, anb arg1, Collection<asi> arg2)
setPlayers(CommandSourceStack arg0, CustomBossEvent arg1, Collection<ServerPlayer> arg2)
method_13031(class_2168 arg0, class_3002 arg1, Collection<class_3222> arg2)
setPlayers(ServerCommandSource source, CommandBossBar bossBar, Collection<ServerPlayerEntity> players)
private static int
a(ew arg0)
listBars(CommandSourceStack arg0)
method_13045(class_2168 arg0)
listBossBars(ServerCommandSource source)
private static int
a(ew arg0, alz arg1, xv arg2)
createBar(CommandSourceStack arg0, ResourceLocation arg1, Component arg2)
method_13049(class_2168 arg0, class_2960 arg1, class_2561 arg2)
addBossBar(ServerCommandSource source, Identifier name, Text displayName)
private static int
e(ew arg0, anb arg1)
removeBar(CommandSourceStack arg0, CustomBossEvent arg1)
method_13069(class_2168 arg0, class_3002 arg1)
removeBossBar(ServerCommandSource source, CommandBossBar bossBar)
public static CustomBossEvent
a(com.mojang.brigadier.context.CommandContext<ew> arg0)
getBossBar(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0)
method_13054(com.mojang.brigadier.context.CommandContext<class_2168> arg0)
getBossBar(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context)