net.minecraft.server.command

public class BossbarCommand

qb
net.minecraft.unmapped.C_32291224
net.minecraft.server.command.BossbarCommand
net.minecraft.command.impl.BossBarCommand

Field summary

Modifier and TypeField
private static final DynamicCommandExceptionType
b
f_79105561
CANNOT_CREATE_BOSSBAR_EXCEPTION
field_201432_b
private static final DynamicCommandExceptionType
c
f_93698611
UNKNOWN_BOSSBAR_EXCEPTION
field_201433_c
private static final SimpleCommandExceptionType
d
f_10942452
PLAYERS_UNCHANGED_EXCEPTION
field_201434_d
private static final SimpleCommandExceptionType
e
f_54819335
NAME_UNCHANGED_EXCEPTION
field_201435_e
private static final SimpleCommandExceptionType
f
f_80560863
COLOR_UNCHANGED_EXCEPTION
field_201436_f
private static final SimpleCommandExceptionType
g
f_25237332
STYLE_UNCHANGED_EXCEPTION
field_201437_g
private static final SimpleCommandExceptionType
h
f_79676602
VALUE_UNCHANGED_EXCEPTION
field_201438_h
private static final SimpleCommandExceptionType
i
f_50460864
MAX_UNCHANGED_EXCEPTION
field_201439_i
private static final SimpleCommandExceptionType
j
f_33512684
VISIBILITY_HIDDEN_UNCHANGED_EXCEPTION
field_201440_j
private static final SimpleCommandExceptionType
k
f_87992671
VISIBILITY_VISIBLE_UNCHANGED_EXCEPTION
field_201441_k
public static final SuggestionProvider<CommandSourceStack>
a
f_71818732
BOSSBAR_SUGGESTIONS
field_201431_a

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<bu> arg0)
m_95528129(com.mojang.brigadier.CommandDispatcher<C_30485881> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
func_201413_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
private static int
a(bu arg0, pu arg1)
m_65503916(C_30485881 arg0, C_41017532 arg1)
getValue(CommandSourceStack source, CustomBossEvent bossbar)
func_201414_a(CommandSource arg0, CustomBossEvent arg1)
private static int
b(bu arg0, pu arg1)
m_06527980(C_30485881 arg0, C_41017532 arg1)
getMax(CommandSourceStack source, CustomBossEvent event)
func_201402_b(CommandSource arg0, CustomBossEvent arg1)
private static int
c(bu arg0, pu arg1)
m_94447794(C_30485881 arg0, C_41017532 arg1)
getVisible(CommandSourceStack source, CustomBossEvent bossbar)
func_201389_c(CommandSource arg0, CustomBossEvent arg1)
private static int
d(bu arg0, pu arg1)
m_47988910(C_30485881 arg0, C_41017532 arg1)
getPlayers(CommandSourceStack source, CustomBossEvent bossbar)
func_201425_d(CommandSource arg0, CustomBossEvent arg1)
private static int
a(bu arg0, pu arg1, boolean arg2)
m_34103934(C_30485881 arg0, C_41017532 arg1, boolean arg2)
setVisible(CommandSourceStack source, CustomBossEvent bossbar, boolean visible)
func_201410_a(CommandSource arg0, CustomBossEvent arg1, boolean arg2)
private static int
a(bu arg0, pu arg1, int arg2)
m_00307617(C_30485881 arg0, C_41017532 arg1, int arg2)
setValue(CommandSourceStack source, CustomBossEvent bossbar, int value)
func_201397_a(CommandSource arg0, CustomBossEvent arg1, int arg2)
private static int
b(bu arg0, pu arg1, int arg2)
m_98678211(C_30485881 arg0, C_41017532 arg1, int arg2)
setMax(CommandSourceStack source, CustomBossEvent bossbar, int max)
func_201394_b(CommandSource arg0, CustomBossEvent arg1, int arg2)
private static int
a(bu arg0, pu arg1, acz$a arg2)
m_08844733(C_30485881 arg0, C_41017532 arg1, C_38762120$C_03910897 arg2)
setColor(CommandSourceStack source, CustomBossEvent bossbar, BossEvent$BossBarColor color)
func_201415_a(CommandSource arg0, CustomBossEvent arg1, BossInfo$Color arg2)
private static int
a(bu arg0, pu arg1, acz$b arg2)
m_82255815(C_30485881 arg0, C_41017532 arg1, C_38762120$C_97205329 arg2)
setStyle(CommandSourceStack source, CustomBossEvent bossbar, BossEvent$BossBarOverlay overlay)
func_201390_a(CommandSource arg0, CustomBossEvent arg1, BossInfo$Overlay arg2)
private static int
a(bu arg0, pu arg1, ij arg2)
m_13501300(C_30485881 arg0, C_41017532 arg1, C_95231345 arg2)
setName(CommandSourceStack source, CustomBossEvent bossbar, Text name)
func_201420_a(CommandSource arg0, CustomBossEvent arg1, ITextComponent arg2)
private static int
a(bu arg0, pu arg1, Collection<te> arg2)
m_62880631(C_30485881 arg0, C_41017532 arg1, Collection<C_49202226> arg2)
setPlayers(CommandSourceStack source, CustomBossEvent bossbar, Collection<ServerPlayerEntity> players)
func_201405_a(CommandSource arg0, CustomBossEvent arg1, Collection<EntityPlayerMP> arg2)
private static int
a(bu arg0)
m_78009922(C_30485881 arg0)
listBossbars(CommandSourceStack source)
func_201428_a(CommandSource arg0)
private static int
a(bu arg0, pc arg1, ij arg2)
m_87528959(C_30485881 arg0, C_22168528 arg1, C_95231345 arg2)
createBossbar(CommandSourceStack source, Identifier key, Text name)
func_201400_a(CommandSource arg0, ResourceLocation arg1, ITextComponent arg2)
private static int
e(bu arg0, pu arg1)
m_36329775(C_30485881 arg0, C_41017532 arg1)
removeBossbar(CommandSourceStack source, CustomBossEvent bossbar)
func_201407_e(CommandSource arg0, CustomBossEvent arg1)
public static CustomBossEvent
a(CommandContext<bu> arg0)
m_59340988(com.mojang.brigadier.context.CommandContext<C_30485881> arg0)
getBossbar(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx)
func_201416_a(com.mojang.brigadier.context.CommandContext<CommandSource> arg0)