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 final Map<ResourceLocation, CustomBossEvent> CustomBossEvents.eventsMethods in net.minecraft.server.bossevents that return CustomBossEventModifier and TypeMethodDescriptionCustomBossEvents.create(ResourceLocation id, Component name) CustomBossEvents.get(ResourceLocation id) static CustomBossEventCustomBossEvent.load(CompoundTag p_tag, ResourceLocation id, HolderLookup.Provider levelRegistry) 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> source) Methods in net.minecraft.server.commands with parameters of type CustomBossEventModifier and TypeMethodDescriptionprivate static intBossBarCommands.getMax(CommandSourceStack source, CustomBossEvent bossbar) private static intBossBarCommands.getPlayers(CommandSourceStack source, CustomBossEvent bossbar) private static intBossBarCommands.getValue(CommandSourceStack source, CustomBossEvent bossbar) private static intBossBarCommands.getVisible(CommandSourceStack source, CustomBossEvent bossbar) private static intBossBarCommands.removeBar(CommandSourceStack source, CustomBossEvent bossbar) private static intBossBarCommands.setColor(CommandSourceStack source, CustomBossEvent bossbar, BossEvent.BossBarColor color) private static intBossBarCommands.setMax(CommandSourceStack source, CustomBossEvent bossbar, int max) private static intBossBarCommands.setName(CommandSourceStack source, CustomBossEvent bossbar, Component name) private static intBossBarCommands.setPlayers(CommandSourceStack source, CustomBossEvent bossbar, Collection<ServerPlayer> players) private static intBossBarCommands.setStyle(CommandSourceStack source, CustomBossEvent bossbar, BossEvent.BossBarOverlay style) private static intBossBarCommands.setValue(CommandSourceStack source, CustomBossEvent bossbar, int value) private static intBossBarCommands.setVisible(CommandSourceStack source, CustomBossEvent bossbar, boolean visible) private static CommandSourceStackExecuteCommand.storeValue(CommandSourceStack source, CustomBossEvent bar, boolean storingValue, boolean storingResult)