Package | Description |
---|---|
io.papermc.paper.event.block | |
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. |
Modifier and Type | Method and Description |
---|---|
@NotNull DragonBattle |
DragonEggFormEvent.getDragonBattle()
Gets the
DragonBattle associated with this event. |
Constructor and Description |
---|
DragonEggFormEvent(@NotNull Block block,
@NotNull BlockState newState,
@NotNull DragonBattle dragonBattle) |
Modifier and Type | Method and Description |
---|---|
@Nullable DragonBattle |
World.getEnderDragonBattle()
Get the
DragonBattle associated with this world. |
Modifier and Type | Method and Description |
---|---|
@Nullable DragonBattle |
EnderDragon.getDragonBattle()
Get the
DragonBattle associated with this EnderDragon. |
Copyright © 2021. All rights reserved.