net.minecraft.server.command

public class BossbarCommand

qb
net.minecraft.class_4408
net.minecraft.server.command.BossbarCommand
net.minecraft.command.impl.BossBarCommand
net.minecraft.command.impl.BossBarCommand

Field summary

Modifier and TypeField
private static final DynamicCommandExceptionType
b
field_21694
CANNOT_CREATE_BOSSBAR_EXCEPTION
field_201432_b
BOSS_BAR_ID_TAKEN
private static final DynamicCommandExceptionType
c
field_21695
UNKNOWN_BOSSBAR_EXCEPTION
field_201433_c
NO_BOSSBAR_WITH_ID
private static final SimpleCommandExceptionType
d
field_21696
PLAYERS_UNCHANGED_EXCEPTION
field_201434_d
PLAYERS_ALREADY_ON_BOSSBAR
private static final SimpleCommandExceptionType
e
field_21697
NAME_UNCHANGED_EXCEPTION
field_201435_e
ALREADY_NAME_OF_BOSSBAR
private static final SimpleCommandExceptionType
f
field_21698
COLOR_UNCHANGED_EXCEPTION
field_201436_f
ALREADY_COLOR_OF_BOSSBAR
private static final SimpleCommandExceptionType
g
field_21699
STYLE_UNCHANGED_EXCEPTION
field_201437_g
ALREADY_STYLE_OF_BOSSBAR
private static final SimpleCommandExceptionType
h
field_21700
VALUE_UNCHANGED_EXCEPTION
field_201438_h
ALREADY_VALUE_OF_BOSSBAR
private static final SimpleCommandExceptionType
i
field_21701
MAX_UNCHANGED_EXCEPTION
field_201439_i
ALREADY_MAX_OF_BOSSBAR
private static final SimpleCommandExceptionType
j
field_21702
VISIBILITY_HIDDEN_UNCHANGED_EXCEPTION
field_201440_j
BOSSBAR_ALREADY_HIDDEN
private static final SimpleCommandExceptionType
k
field_21703
VISIBILITY_VISIBLE_UNCHANGED_EXCEPTION
field_201441_k
BOSSBAR_ALREADY_VISIBLE
public static final SuggestionProvider<CommandSourceStack>
a
field_21693
BOSSBAR_SUGGESTIONS
field_201431_a
SUGGESTIONS_PROVIDER

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<bu> arg0)
method_20537(com.mojang.brigadier.CommandDispatcher<class_3915> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
func_201413_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int
a(bu arg0, pu arg1)
method_20530(class_3915 arg0, class_4402 arg1)
getValue(CommandSourceStack source, CustomBossEvent bossbar)
func_201414_a(CommandSource arg0, CustomBossEvent arg1)
getValue(CommandSource source, CustomBossEvent bossbar)
private static int
b(bu arg0, pu arg1)
method_20542(class_3915 arg0, class_4402 arg1)
getMax(CommandSourceStack source, CustomBossEvent event)
func_201402_b(CommandSource arg0, CustomBossEvent arg1)
getMax(CommandSource source, CustomBossEvent bossbar)
private static int
c(bu arg0, pu arg1)
method_20546(class_3915 arg0, class_4402 arg1)
getVisible(CommandSourceStack source, CustomBossEvent bossbar)
func_201389_c(CommandSource arg0, CustomBossEvent arg1)
getVisibility(CommandSource source, CustomBossEvent bossbar)
private static int
d(bu arg0, pu arg1)
method_20548(class_3915 arg0, class_4402 arg1)
getPlayers(CommandSourceStack source, CustomBossEvent bossbar)
func_201425_d(CommandSource arg0, CustomBossEvent arg1)
getPlayers(CommandSource source, CustomBossEvent bossbar)
private static int
a(bu arg0, pu arg1, boolean arg2)
method_20536(class_3915 arg0, class_4402 arg1, boolean arg2)
setVisible(CommandSourceStack source, CustomBossEvent bossbar, boolean visible)
func_201410_a(CommandSource arg0, CustomBossEvent arg1, boolean arg2)
setVisibility(CommandSource source, CustomBossEvent bossbar, boolean visible)
private static int
a(bu arg0, pu arg1, int arg2)
method_20531(class_3915 arg0, class_4402 arg1, int arg2)
setValue(CommandSourceStack source, CustomBossEvent bossbar, int value)
func_201397_a(CommandSource arg0, CustomBossEvent arg1, int arg2)
setValue(CommandSource source, CustomBossEvent bossbar, int value)
private static int
b(bu arg0, pu arg1, int arg2)
method_20543(class_3915 arg0, class_4402 arg1, int arg2)
setMax(CommandSourceStack source, CustomBossEvent bossbar, int max)
func_201394_b(CommandSource arg0, CustomBossEvent arg1, int arg2)
setMax(CommandSource source, CustomBossEvent bossbar, int max)
private static int
a(bu arg0, pu arg1, adc$a arg2)
method_20532(class_3915 arg0, class_4402 arg1, class_2957$class_2958 arg2)
setColor(CommandSourceStack source, CustomBossEvent bossbar, BossEvent$BossBarColor color)
func_201415_a(CommandSource arg0, CustomBossEvent arg1, BossInfo$Color arg2)
setColor(CommandSource source, CustomBossEvent bossbar, BossInfo$Color color)
private static int
a(bu arg0, pu arg1, adc$b arg2)
method_20533(class_3915 arg0, class_4402 arg1, class_2957$class_2959 arg2)
setStyle(CommandSourceStack source, CustomBossEvent bossbar, BossEvent$BossBarOverlay overlay)
func_201390_a(CommandSource arg0, CustomBossEvent arg1, BossInfo$Overlay arg2)
setStyle(CommandSource source, CustomBossEvent bossbar, BossInfo$Overlay styleIn)
private static int
a(bu arg0, pu arg1, ij arg2)
method_20534(class_3915 arg0, class_4402 arg1, class_1982 arg2)
setName(CommandSourceStack source, CustomBossEvent bossbar, Text name)
func_201420_a(CommandSource arg0, CustomBossEvent arg1, ITextComponent arg2)
setName(CommandSource source, CustomBossEvent bossbar, ITextComponent name)
private static int
a(bu arg0, pu arg1, Collection<tf> arg2)
method_20535(class_3915 arg0, class_4402 arg1, Collection<class_798> arg2)
setPlayers(CommandSourceStack source, CustomBossEvent bossbar, Collection<ServerPlayerEntity> players)
func_201405_a(CommandSource arg0, CustomBossEvent arg1, Collection<EntityPlayerMP> arg2)
setPlayers(CommandSource source, CustomBossEvent bossbar, Collection<EntityPlayerMP> players)
private static int
a(bu arg0)
method_20528(class_3915 arg0)
listBossbars(CommandSourceStack source)
func_201428_a(CommandSource arg0)
listBars(CommandSource source)
private static int
a(bu arg0, pc arg1, ij arg2)
method_20529(class_3915 arg0, class_1653 arg1, class_1982 arg2)
createBossbar(CommandSourceStack source, Identifier key, Text name)
func_201400_a(CommandSource arg0, ResourceLocation arg1, ITextComponent arg2)
createBossbar(CommandSource source, ResourceLocation id, ITextComponent displayName)
private static int
e(bu arg0, pu arg1)
method_20550(class_3915 arg0, class_4402 arg1)
removeBossbar(CommandSourceStack source, CustomBossEvent bossbar)
func_201407_e(CommandSource arg0, CustomBossEvent arg1)
removeBossbar(CommandSource source, CustomBossEvent bossbar)
public static CustomBossEvent
a(CommandContext<bu> arg0)
method_20538(com.mojang.brigadier.context.CommandContext<class_3915> arg0)
getBossbar(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx)
func_201416_a(com.mojang.brigadier.context.CommandContext<CommandSource> arg0)
getBossbar(com.mojang.brigadier.context.CommandContext<CommandSource> source)