Uses of Interface
org.bukkit.boss.DragonBattle
-
Packages that use 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 aworld
, including all players, monsters, projectiles, etc. -
-
Uses of DragonBattle in org.bukkit
Methods in org.bukkit that return DragonBattle Modifier and Type Method Description @Nullable 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 @Nullable DragonBattle
EnderDragon. getDragonBattle()
Get theDragonBattle
associated with this EnderDragon.
-