Uses of Class
net.minecraft.server.bossevents.CustomBossEvent
Packages that use CustomBossEvent
-
Uses of CustomBossEvent in net.minecraft.server.bossevents
Fields in net.minecraft.server.bossevents with type parameters of type CustomBossEventModifier and TypeFieldDescriptionprivate Map<ResourceLocation,CustomBossEvent>CustomBossEvents.eventsMethods in net.minecraft.server.bossevents that return CustomBossEventModifier and TypeMethodDescriptionCustomBossEvents.create(ResourceLocation p_136300_, Component p_136301_)CustomBossEvents.get(ResourceLocation p_136298_)static CustomBossEventCustomBossEvent.load(CompoundTag p_136273_, ResourceLocation p_136274_)Methods in net.minecraft.server.bossevents that return types with arguments of type CustomBossEventMethods in net.minecraft.server.bossevents with parameters of type CustomBossEvent -
Uses of CustomBossEvent in net.minecraft.server.commands
Methods in net.minecraft.server.commands that return CustomBossEventModifier and TypeMethodDescriptionstatic CustomBossEventBossBarCommands.getBossBar(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_136585_)Methods in net.minecraft.server.commands with parameters of type CustomBossEventModifier and TypeMethodDescriptionprivate static intBossBarCommands.getMax(CommandSourceStack p_136629_, CustomBossEvent p_136630_)private static intBossBarCommands.getPlayers(CommandSourceStack p_136645_, CustomBossEvent p_136646_)private static intBossBarCommands.getValue(CommandSourceStack p_136596_, CustomBossEvent p_136597_)private static intBossBarCommands.getVisible(CommandSourceStack p_136640_, CustomBossEvent p_136641_)private static intBossBarCommands.removeBar(CommandSourceStack p_136650_, CustomBossEvent p_136651_)private static intBossBarCommands.setColor(CommandSourceStack p_136603_, CustomBossEvent p_136604_, BossEvent.BossBarColor p_136605_)private static intBossBarCommands.setMax(CommandSourceStack p_136632_, CustomBossEvent p_136633_, int p_136634_)private static intBossBarCommands.setName(CommandSourceStack p_136615_, CustomBossEvent p_136616_, Component p_136617_)private static intBossBarCommands.setPlayers(CommandSourceStack p_136611_, CustomBossEvent p_136612_, Collection<ServerPlayer> p_136613_)private static intBossBarCommands.setStyle(CommandSourceStack p_136607_, CustomBossEvent p_136608_, BossEvent.BossBarOverlay p_136609_)private static intBossBarCommands.setValue(CommandSourceStack p_136599_, CustomBossEvent p_136600_, int p_136601_)private static intBossBarCommands.setVisible(CommandSourceStack p_136619_, CustomBossEvent p_136620_, boolean p_136621_)private static CommandSourceStackExecuteCommand.storeValue(CommandSourceStack p_137113_, CustomBossEvent p_137114_, boolean p_137115_, boolean p_137116_)