Uses of Interface
org.bukkit.boss.DragonBattle
Packages that use DragonBattle
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of DragonBattle in io.papermc.paper.event.block
Methods in io.papermc.paper.event.block that return DragonBattleModifier and TypeMethodDescriptionDragonEggFormEvent.getDragonBattle()
Gets theDragonBattle
associated with this event.Constructors in io.papermc.paper.event.block with parameters of type DragonBattleModifierConstructorDescriptionDragonEggFormEvent
(Block block, BlockState newState, DragonBattle dragonBattle) -
Uses of DragonBattle in org.bukkit
Methods in org.bukkit that return DragonBattleModifier and TypeMethodDescriptionWorld.getEnderDragonBattle()
Get theDragonBattle
associated with this world. -
Uses of DragonBattle in org.bukkit.entity
Methods in org.bukkit.entity that return DragonBattleModifier and TypeMethodDescriptionEnderDragon.getDragonBattle()
Get theDragonBattle
associated with this EnderDragon.