Package | Description |
---|---|
com.destroystokyo.paper.event.entity | |
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 |
Modifier and Type | Method and Description |
---|---|
@NotNull EnderDragon |
EnderDragonShootFireballEvent.getEntity()
The enderdragon shooting the fireball
|
@NotNull EnderDragon |
EnderDragonFlameEvent.getEntity()
The enderdragon involved in this event
|
Constructor and Description |
---|
EnderDragonFlameEvent(@NotNull EnderDragon enderDragon,
@NotNull AreaEffectCloud areaEffectCloud) |
EnderDragonShootFireballEvent(@NotNull EnderDragon entity,
@NotNull DragonFireball fireball) |
Modifier and Type | Method and Description |
---|---|
@Nullable EnderDragon |
DragonBattle.getEnderDragon()
Get the
EnderDragon active in this battle. |
Modifier and Type | Method and Description |
---|---|
@NotNull EnderDragon |
EnderDragonPart.getParent() |
Modifier and Type | Method and Description |
---|---|
@NotNull EnderDragon |
EnderDragonChangePhaseEvent.getEntity() |
Constructor and Description |
---|
EnderDragonChangePhaseEvent(@NotNull EnderDragon enderDragon,
EnderDragon.Phase currentPhase,
EnderDragon.Phase newPhase) |
Copyright © 2021. All rights reserved.