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.events
Methods in net.minecraft.server.bossevents that return CustomBossEventModifier and TypeMethodDescriptionCustomBossEvents.create
(ResourceLocation id, Component name) CustomBossEvents.get
(ResourceLocation id) static CustomBossEvent
CustomBossEvent.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 CustomBossEvent
BossBarCommands.getBossBar
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> source) Methods in net.minecraft.server.commands with parameters of type CustomBossEventModifier and TypeMethodDescriptionprivate static int
BossBarCommands.getMax
(CommandSourceStack source, CustomBossEvent bossbar) private static int
BossBarCommands.getPlayers
(CommandSourceStack source, CustomBossEvent bossbar) private static int
BossBarCommands.getValue
(CommandSourceStack source, CustomBossEvent bossbar) private static int
BossBarCommands.getVisible
(CommandSourceStack source, CustomBossEvent bossbar) private static int
BossBarCommands.removeBar
(CommandSourceStack source, CustomBossEvent bossbar) private static int
BossBarCommands.setColor
(CommandSourceStack source, CustomBossEvent bossbar, BossEvent.BossBarColor color) private static int
BossBarCommands.setMax
(CommandSourceStack source, CustomBossEvent bossbar, int max) private static int
BossBarCommands.setName
(CommandSourceStack source, CustomBossEvent bossbar, Component name) private static int
BossBarCommands.setPlayers
(CommandSourceStack source, CustomBossEvent bossbar, Collection<ServerPlayer> players) private static int
BossBarCommands.setStyle
(CommandSourceStack source, CustomBossEvent bossbar, BossEvent.BossBarOverlay style) private static int
BossBarCommands.setValue
(CommandSourceStack source, CustomBossEvent bossbar, int value) private static int
BossBarCommands.setVisible
(CommandSourceStack source, CustomBossEvent bossbar, boolean visible) private static CommandSourceStack
ExecuteCommand.storeValue
(CommandSourceStack source, CustomBossEvent bar, boolean storingValue, boolean storingResult)