Uses of Interface
org.bukkit.boss.DragonBattle
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
-
Uses of DragonBattle in org.bukkit
Methods in org.bukkit that return DragonBattle Modifier and Type Method Description DragonBattle
World. getEnderDragonBattle()
Get theDragonBattle
associated with this world. -
Uses of DragonBattle in org.bukkit.entity
Methods in org.bukkit.entity that return DragonBattle Modifier and Type Method Description DragonBattle
EnderDragon. getDragonBattle()
Get theDragonBattle
associated with this EnderDragon.