Uses of Interface
org.bukkit.inventory.meta.components.consumable.effects.ConsumableEffect
Packages that use ConsumableEffect
Package
Description
All classes related to the Consumable Component.
All classes related to effects from the Consumable Component.
-
Uses of ConsumableEffect in org.bukkit.inventory.meta.components.consumable
Methods in org.bukkit.inventory.meta.components.consumable that return ConsumableEffectModifier and TypeMethodDescriptionConsumableComponent.addEffect
(ConsumableEffect effect) Adds an effect which may be applied by this item when consumed.Methods in org.bukkit.inventory.meta.components.consumable that return types with arguments of type ConsumableEffectModifier and TypeMethodDescriptionConsumableComponent.getEffects()
Gets the effects which may be applied by this item when consumed.Methods in org.bukkit.inventory.meta.components.consumable with parameters of type ConsumableEffectModifier and TypeMethodDescriptionConsumableComponent.addEffect
(ConsumableEffect effect) Adds an effect which may be applied by this item when consumed.Method parameters in org.bukkit.inventory.meta.components.consumable with type arguments of type ConsumableEffectModifier and TypeMethodDescriptionvoid
ConsumableComponent.setEffects
(List<ConsumableEffect> effects) Sets the effects which may be applied by this item when consumed. -
Uses of ConsumableEffect in org.bukkit.inventory.meta.components.consumable.effects
Subinterfaces of ConsumableEffect in org.bukkit.inventory.meta.components.consumable.effectsModifier and TypeInterfaceDescriptioninterface
Represent the effects applied when an item is consumed.interface
Represent the removal/clearing of all effects when an item is consumed.interface
Represent a sound played when an item is consumed.interface
Represent the effects to be removed when an item is consumed.interface
Represent a random teleport when an item is consumed.