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