Uses of Interface
org.bukkit.entity.EnderDragon
-
Packages that use 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 aworld
, 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 @Nullable 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 @NotNull 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 @NotNull EnderDragon
EnderDragonChangePhaseEvent. getEntity()
Constructors in org.bukkit.event.entity with parameters of type EnderDragon Constructor Description EnderDragonChangePhaseEvent(@NotNull EnderDragon enderDragon, EnderDragon.Phase currentPhase, EnderDragon.Phase newPhase)
-