Uses of Interface
org.bukkit.entity.EnderDragon
Package | Description |
---|---|
org.bukkit.boss |
Classes concerning the creation of boss bars that appear at the top of the
player's screen.
|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
org.bukkit.event.entity |
-
Uses of EnderDragon in org.bukkit.boss
Methods in org.bukkit.boss that return EnderDragon Modifier and Type Method Description EnderDragon
DragonBattle. getEnderDragon()
Get theEnderDragon
active in this battle. -
Uses of EnderDragon in org.bukkit.entity
Methods in org.bukkit.entity that return EnderDragon Modifier and Type Method Description EnderDragon
EnderDragonPart. getParent()
-
Uses of EnderDragon in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return EnderDragon Modifier and Type Method Description EnderDragon
EnderDragonChangePhaseEvent. getEntity()
Constructors in org.bukkit.event.entity with parameters of type EnderDragon Constructor Description EnderDragonChangePhaseEvent(EnderDragon enderDragon, EnderDragon.Phase currentPhase, EnderDragon.Phase newPhase)