net.minecraft.server.v1_14_R1

public class CommandBossBar

rq
net.minecraft.class_3019
net.minecraft.server.command.BossBarCommand
net.minecraft.command.impl.BossBarCommand
net.minecraft.server.v1_14_R1.CommandBossBar

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
b
field_13478
CREATE_FAILED_EXCEPTION
field_201432_b
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
c
field_13486
UNKNOWN_EXCEPTION
field_201433_c
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
d
field_13483
SET_PLAYERS_UNCHANGED_EXCEPTION
field_201434_d
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
e
field_13476
SET_NAME_UNCHANGED_EXCEPTION
field_201435_e
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
f
field_13480
SET_COLOR_UNCHANGED_EXCEPTION
field_201436_f
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
g
field_13481
SET_STYLE_UNCHANGED_EXCEPTION
field_201437_g
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
h
field_13477
SET_VALUE_UNCHANGED_EXCEPTION
field_201438_h
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
i
field_13484
SETMAX_UNCHANGED_EXCEPTION
field_201439_i
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
j
field_13479
SET_VISIBILITY_UNCHANGED_HIDDEN_EXCEPTION
field_201440_j
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
k
field_13485
SET_VISIBILITY_UNCHANGED_VISIBLE_EXCEPTION
field_201441_k
public static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandListenerWrapper>
a
field_13482
suggestionProvider
field_201431_a

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<cd> arg0)
method_13053(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> arg0)
func_201413_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
private static int
a(cd arg0, rj arg1)
method_13065(class_2168 arg0, class_3002 arg1)
getValue(ServerCommandSource arg0, CommandBossBar arg1)
func_201414_a(CommandSource arg0, CustomServerBossInfo arg1)
private static int
b(cd arg0, rj arg1)
method_13056(class_2168 arg0, class_3002 arg1)
getMaxValue(ServerCommandSource arg0, CommandBossBar arg1)
func_201402_b(CommandSource arg0, CustomServerBossInfo arg1)
private static int
c(cd arg0, rj arg1)
method_13041(class_2168 arg0, class_3002 arg1)
isVisible(ServerCommandSource arg0, CommandBossBar arg1)
func_201389_c(CommandSource arg0, CustomServerBossInfo arg1)
private static int
d(cd arg0, rj arg1)
method_13030(class_2168 arg0, class_3002 arg1)
getPlayers(ServerCommandSource arg0, CommandBossBar arg1)
func_201425_d(CommandSource arg0, CustomServerBossInfo arg1)
private static int
a(cd arg0, rj arg1, boolean arg2)
method_13068(class_2168 arg0, class_3002 arg1, boolean arg2)
setVisible(ServerCommandSource arg0, CommandBossBar arg1, boolean arg2)
func_201410_a(CommandSource arg0, CustomServerBossInfo arg1, boolean arg2)
private static int
a(cd arg0, rj arg1, int arg2)
method_13036(class_2168 arg0, class_3002 arg1, int arg2)
setValue(ServerCommandSource arg0, CommandBossBar arg1, int arg2)
func_201397_a(CommandSource arg0, CustomServerBossInfo arg1, int arg2)
private static int
b(cd arg0, rj arg1, int arg2)
method_13066(class_2168 arg0, class_3002 arg1, int arg2)
setMaxValue(ServerCommandSource arg0, CommandBossBar arg1, int arg2)
func_201394_b(CommandSource arg0, CustomServerBossInfo arg1, int arg2)
private static int
a(cd arg0, rj arg1, agw$a arg2)
method_13028(class_2168 arg0, class_3002 arg1, class_1259$class_1260 arg2)
setColor(ServerCommandSource arg0, CommandBossBar arg1, BossBar$Color arg2)
func_201415_a(CommandSource arg0, CustomServerBossInfo arg1, BossInfo$Color arg2)
private static int
a(cd arg0, rj arg1, agw$b arg2)
method_13050(class_2168 arg0, class_3002 arg1, class_1259$class_1261 arg2)
setStyle(ServerCommandSource arg0, CommandBossBar arg1, BossBar$Style arg2)
func_201390_a(CommandSource arg0, CustomServerBossInfo arg1, BossInfo$Overlay arg2)
private static int
a(cd arg0, rj arg1, jn arg2)
method_13071(class_2168 arg0, class_3002 arg1, class_2561 arg2)
setName(ServerCommandSource arg0, CommandBossBar arg1, Text arg2)
func_201420_a(CommandSource arg0, CustomServerBossInfo arg1, ITextComponent arg2)
private static int
a(cd arg0, rj arg1, Collection<vj> arg2)
method_13031(class_2168 arg0, class_3002 arg1, Collection<class_3222> arg2)
setPlayers(ServerCommandSource arg0, CommandBossBar arg1, Collection<ServerPlayerEntity> arg2)
func_201405_a(CommandSource arg0, CustomServerBossInfo arg1, Collection<ServerPlayerEntity> arg2)
private static int
a(cd arg0)
method_13045(class_2168 arg0)
listBossBars(ServerCommandSource arg0)
func_201428_a(CommandSource arg0)
private static int
a(cd arg0, qt arg1, jn arg2)
method_13049(class_2168 arg0, class_2960 arg1, class_2561 arg2)
addBossBar(ServerCommandSource arg0, Identifier arg1, Text arg2)
func_201400_a(CommandSource arg0, ResourceLocation arg1, ITextComponent arg2)
private static int
e(cd arg0, rj arg1)
method_13069(class_2168 arg0, class_3002 arg1)
removeBossBar(ServerCommandSource arg0, CommandBossBar arg1)
func_201407_e(CommandSource arg0, CustomServerBossInfo arg1)
public static BossBattleCustom
a(com.mojang.brigadier.context.CommandContext<cd> arg0)
method_13054(com.mojang.brigadier.context.CommandContext<class_2168> arg0)
createBossBar(com.mojang.brigadier.context.CommandContext<ServerCommandSource> arg0)
func_201416_a(com.mojang.brigadier.context.CommandContext<CommandSource> arg0)