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
Subclasses with type arguments of type EntityEffect in org.bukkitModifier and TypeClassDescriptionenumA list of all Effects that can happen to entities.Methods in org.bukkit that return EntityEffectModifier and TypeMethodDescriptionstatic EntityEffectReturns 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 TypeMethodDescriptionvoidEntity.playEffect(EntityEffect type) Performs the specifiedEntityEffectfor this entity.