| Package | Description |
|---|---|
| org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc. |
| org.bukkit.inventory.meta |
The interfaces used when manipulating extra data can can be stored inside
item stacks. |
| org.bukkit.potion |
Classes to represent various
potion
properties and manipulation. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AreaEffectCloud
Represents an area effect cloud which will imbue a potion effect onto
entities which enter it.
|
interface |
TippedArrow |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PotionMeta
Represents a potion or item that can have custom effects.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
PotionDataHolder.copyFrom(PotionDataHolder source)
Copies potion data from another instance.
|
Copyright © 2021. All rights reserved.