Uses of Class
net.minecraft.server.CustomServerBossInfo
Packages that use CustomServerBossInfo
-
Uses of CustomServerBossInfo in net.minecraft.command.impl
Methods in net.minecraft.command.impl that return CustomServerBossInfoModifier and TypeMethodDescriptionstatic CustomServerBossInfoBossBarCommand.getBossBar(com.mojang.brigadier.context.CommandContext<CommandSource> p_201416_0_) Methods in net.minecraft.command.impl with parameters of type CustomServerBossInfoModifier and TypeMethodDescriptionprivate static intBossBarCommand.getMax(CommandSource p_201402_0_, CustomServerBossInfo p_201402_1_) private static intBossBarCommand.getPlayers(CommandSource p_201425_0_, CustomServerBossInfo p_201425_1_) private static intBossBarCommand.getValue(CommandSource p_201414_0_, CustomServerBossInfo p_201414_1_) private static intBossBarCommand.getVisible(CommandSource p_201389_0_, CustomServerBossInfo p_201389_1_) private static intBossBarCommand.removeBar(CommandSource p_201407_0_, CustomServerBossInfo p_201407_1_) private static intBossBarCommand.setColor(CommandSource p_201415_0_, CustomServerBossInfo p_201415_1_, BossInfo.Color p_201415_2_) private static intBossBarCommand.setMax(CommandSource p_201394_0_, CustomServerBossInfo p_201394_1_, int p_201394_2_) private static intBossBarCommand.setName(CommandSource p_201420_0_, CustomServerBossInfo p_201420_1_, ITextComponent p_201420_2_) private static intBossBarCommand.setPlayers(CommandSource p_201405_0_, CustomServerBossInfo p_201405_1_, Collection<ServerPlayerEntity> p_201405_2_) private static intBossBarCommand.setStyle(CommandSource p_201390_0_, CustomServerBossInfo p_201390_1_, BossInfo.Overlay p_201390_2_) private static intBossBarCommand.setValue(CommandSource p_201397_0_, CustomServerBossInfo p_201397_1_, int p_201397_2_) private static intBossBarCommand.setVisible(CommandSource p_201410_0_, CustomServerBossInfo p_201410_1_, boolean p_201410_2_) private static CommandSourceExecuteCommand.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 CustomServerBossInfoModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,CustomServerBossInfo> CustomServerBossInfoManager.eventsMethods in net.minecraft.server that return CustomServerBossInfoModifier and TypeMethodDescriptionCustomServerBossInfoManager.create(ResourceLocation p_201379_1_, ITextComponent p_201379_2_) CustomServerBossInfoManager.get(ResourceLocation p_201384_1_) static CustomServerBossInfoCustomServerBossInfo.load(CompoundNBT p_201371_0_, ResourceLocation p_201371_1_) Methods in net.minecraft.server that return types with arguments of type CustomServerBossInfoMethods in net.minecraft.server with parameters of type CustomServerBossInfoModifier and TypeMethodDescriptionvoidCustomServerBossInfoManager.remove(CustomServerBossInfo p_201385_1_)