Uses of Class
org.cloudburstmc.api.potion.Effect
Packages that use Effect
Package
Description
-
Uses of Effect in org.cloudburstmc.api.entity
Methods in org.cloudburstmc.api.entity that return EffectModifier and TypeMethodDescriptionEntity.getEffect(int effectId) Deprecated.Entity.getEffect(EffectType type) Methods in org.cloudburstmc.api.entity that return types with arguments of type EffectMethods in org.cloudburstmc.api.entity with parameters of type Effect -
Uses of Effect in org.cloudburstmc.api.entity.misc
Methods in org.cloudburstmc.api.entity.misc that return types with arguments of type Effect -
Uses of Effect in org.cloudburstmc.api.event.potion
Methods in org.cloudburstmc.api.event.potion that return EffectMethods in org.cloudburstmc.api.event.potion with parameters of type EffectConstructors in org.cloudburstmc.api.event.potion with parameters of type Effect -
Uses of Effect in org.cloudburstmc.api.potion
Methods in org.cloudburstmc.api.potion that return EffectModifier and TypeMethodDescriptionabstract EffectPotion.getEffect()Effect.setAmbient(boolean ambient) Effect.setAmplifier(int amplifier) Effect.setDuration(int ticks) Effect.setVisible(boolean visible)