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 pId, Component pName) CustomBossEvents.get
(ResourceLocation pId) static CustomBossEvent
CustomBossEvent.load
(CompoundTag pTag, ResourceLocation pId, HolderLookup.Provider pLevelRegistry) 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> p_136585_) Methods in net.minecraft.server.commands with parameters of type CustomBossEventModifier and TypeMethodDescriptionprivate static int
BossBarCommands.getMax
(CommandSourceStack pSource, CustomBossEvent pBossbar) private static int
BossBarCommands.getPlayers
(CommandSourceStack pSource, CustomBossEvent pBossbar) private static int
BossBarCommands.getValue
(CommandSourceStack pSource, CustomBossEvent pBossbar) private static int
BossBarCommands.getVisible
(CommandSourceStack pSource, CustomBossEvent pBossbar) private static int
BossBarCommands.removeBar
(CommandSourceStack pSource, CustomBossEvent pBossbar) private static int
BossBarCommands.setColor
(CommandSourceStack pSource, CustomBossEvent pBossbar, BossEvent.BossBarColor pColor) private static int
BossBarCommands.setMax
(CommandSourceStack pSource, CustomBossEvent pBossbar, int pMax) private static int
BossBarCommands.setName
(CommandSourceStack pSource, CustomBossEvent pBossbar, Component pName) private static int
BossBarCommands.setPlayers
(CommandSourceStack pSource, CustomBossEvent pBossbar, Collection<ServerPlayer> pPlayers) private static int
BossBarCommands.setStyle
(CommandSourceStack pSource, CustomBossEvent pBossbar, BossEvent.BossBarOverlay pStyle) private static int
BossBarCommands.setValue
(CommandSourceStack pSource, CustomBossEvent pBossbar, int pValue) private static int
BossBarCommands.setVisible
(CommandSourceStack pSource, CustomBossEvent pBossbar, boolean pVisible) private static CommandSourceStack
ExecuteCommand.storeValue
(CommandSourceStack pSource, CustomBossEvent pBar, boolean pStoringValue, boolean pStoringResult)