Uses of Class
net.minecraft.server.CustomServerBossInfo
-
Packages that use CustomServerBossInfo Package Description net.minecraft.command.impl net.minecraft.server -
-
Uses of CustomServerBossInfo in net.minecraft.command.impl
Methods in net.minecraft.command.impl that return CustomServerBossInfo Modifier and Type Method Description static CustomServerBossInfo
BossBarCommand. getBossBar(com.mojang.brigadier.context.CommandContext<CommandSource> p_201416_0_)
Methods in net.minecraft.command.impl with parameters of type CustomServerBossInfo Modifier and Type Method Description private static int
BossBarCommand. getMax(CommandSource p_201402_0_, CustomServerBossInfo p_201402_1_)
private static int
BossBarCommand. getPlayers(CommandSource p_201425_0_, CustomServerBossInfo p_201425_1_)
private static int
BossBarCommand. getValue(CommandSource p_201414_0_, CustomServerBossInfo p_201414_1_)
private static int
BossBarCommand. getVisible(CommandSource p_201389_0_, CustomServerBossInfo p_201389_1_)
private static int
BossBarCommand. removeBar(CommandSource p_201407_0_, CustomServerBossInfo p_201407_1_)
private static int
BossBarCommand. setColor(CommandSource p_201415_0_, CustomServerBossInfo p_201415_1_, BossInfo.Color p_201415_2_)
private static int
BossBarCommand. setMax(CommandSource p_201394_0_, CustomServerBossInfo p_201394_1_, int p_201394_2_)
private static int
BossBarCommand. setName(CommandSource p_201420_0_, CustomServerBossInfo p_201420_1_, ITextComponent p_201420_2_)
private static int
BossBarCommand. setPlayers(CommandSource p_201405_0_, CustomServerBossInfo p_201405_1_, java.util.Collection<ServerPlayerEntity> p_201405_2_)
private static int
BossBarCommand. setStyle(CommandSource p_201390_0_, CustomServerBossInfo p_201390_1_, BossInfo.Overlay p_201390_2_)
private static int
BossBarCommand. setValue(CommandSource p_201397_0_, CustomServerBossInfo p_201397_1_, int p_201397_2_)
private static int
BossBarCommand. setVisible(CommandSource p_201410_0_, CustomServerBossInfo p_201410_1_, boolean p_201410_2_)
private static CommandSource
ExecuteCommand. storeValue(CommandSource p_209952_0_, CustomServerBossInfo p_209952_1_, boolean p_209952_2_, boolean p_209952_3_)
-
Uses of CustomServerBossInfo in net.minecraft.server
Fields in net.minecraft.server with type parameters of type CustomServerBossInfo Modifier and Type Field Description private java.util.Map<ResourceLocation,CustomServerBossInfo>
CustomServerBossInfoManager. events
Methods in net.minecraft.server that return CustomServerBossInfo Modifier and Type Method Description CustomServerBossInfo
CustomServerBossInfoManager. create(ResourceLocation p_201379_1_, ITextComponent p_201379_2_)
CustomServerBossInfo
CustomServerBossInfoManager. get(ResourceLocation p_201384_1_)
static CustomServerBossInfo
CustomServerBossInfo. load(CompoundNBT p_201371_0_, ResourceLocation p_201371_1_)
Methods in net.minecraft.server that return types with arguments of type CustomServerBossInfo Modifier and Type Method Description java.util.Collection<CustomServerBossInfo>
CustomServerBossInfoManager. getEvents()
Methods in net.minecraft.server with parameters of type CustomServerBossInfo Modifier and Type Method Description void
CustomServerBossInfoManager. remove(CustomServerBossInfo p_201385_1_)
-