Uses of Enum Class
org.bukkit.EntityEffect
Packages that use 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
Methods in org.bukkit that return EntityEffectModifier 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
Methods in org.bukkit.entity with parameters of type EntityEffectModifier 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