Uses of Enum Class
org.bukkit.EntityEffect
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of EntityEffect in org.bukkit
Modifier and TypeMethodDescriptionstatic EntityEffect
Returns the enum constant of this class with the specified name.static EntityEffect[]
EntityEffect.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntityEffect in org.bukkit.entity
Modifier and TypeMethodDescriptionvoid
Entity.playEffect
(@NotNull EntityEffect type) Performs the specifiedEntityEffect
for this entity.void
Player.sendEntityEffect
(@NotNull EntityEffect effect, @NotNull Entity target) Plays an entity effect to this player for the target entity