Uses of Class
net.tnemc.item.component.helper.effect.EffectInstance
Packages that use EffectInstance
Package
Description
-
Uses of EffectInstance in net.tnemc.item
Methods in net.tnemc.item with parameters of type EffectInstanceModifier and TypeMethodDescriptionAbstractItemStack.suspiciousStewEffects
(EffectInstance... effects) Applies the given effects to a suspicious stew item.Method parameters in net.tnemc.item with type arguments of type EffectInstanceModifier and TypeMethodDescriptionAbstractItemStack.potionContents
(String potionId, int customColor, String customName, List<EffectInstance> effects) Updates the potion contents of the item stack.AbstractItemStack.suspiciousStewEffects
(List<EffectInstance> effects) Applies the given effects to the suspicious stew item. -
Uses of EffectInstance in net.tnemc.item.bukkit
Methods in net.tnemc.item.bukkit with parameters of type EffectInstanceModifier and TypeMethodDescriptionAbstractItemStack
<org.bukkit.inventory.ItemStack> BukkitItemStack.suspiciousStewEffects
(EffectInstance... effects) Applies the given effects to a suspicious stew item.Method parameters in net.tnemc.item.bukkit with type arguments of type EffectInstanceModifier and TypeMethodDescriptionBukkitItemStack.potionContents
(String potionId, int customColor, String customName, List<EffectInstance> effects) Updates the potion contents of the item stack.AbstractItemStack
<org.bukkit.inventory.ItemStack> BukkitItemStack.suspiciousStewEffects
(List<EffectInstance> effects) Applies the given effects to the suspicious stew item. -
Uses of EffectInstance in net.tnemc.item.bukkit.platform.impl
Constructors in net.tnemc.item.bukkit.platform.impl with parameters of type EffectInstanceConstructor parameters in net.tnemc.item.bukkit.platform.impl with type arguments of type EffectInstance -
Uses of EffectInstance in net.tnemc.item.component.helper
Methods in net.tnemc.item.component.helper that return EffectInstanceMethods in net.tnemc.item.component.helper with parameters of type EffectInstanceConstructors in net.tnemc.item.component.helper with parameters of type EffectInstance -
Uses of EffectInstance in net.tnemc.item.component.helper.effect
Methods in net.tnemc.item.component.helper.effect that return EffectInstanceMethods in net.tnemc.item.component.helper.effect that return types with arguments of type EffectInstance -
Uses of EffectInstance in net.tnemc.item.component.impl
Methods in net.tnemc.item.component.impl that return types with arguments of type EffectInstanceModifier and TypeMethodDescriptionPotionContentsComponent.customEffects()
SuspiciousStewEffectsComponent.effects()
Methods in net.tnemc.item.component.impl with parameters of type EffectInstanceModifier and TypeMethodDescriptionvoid
PotionContentsComponent.customEffects
(EffectInstance... effects) void
SuspiciousStewEffectsComponent.effects
(EffectInstance... effects) Method parameters in net.tnemc.item.component.impl with type arguments of type EffectInstanceModifier and TypeMethodDescriptionvoid
PotionContentsComponent.customEffects
(List<EffectInstance> effects) void
SuspiciousStewEffectsComponent.effects
(List<EffectInstance> effects) Constructors in net.tnemc.item.component.impl with parameters of type EffectInstanceModifierConstructorDescriptionPotionContentsComponent
(String potionId, int customColor, String customName, EffectInstance... effects) SuspiciousStewEffectsComponent
(EffectInstance... effects) Constructor parameters in net.tnemc.item.component.impl with type arguments of type EffectInstanceModifierConstructorDescriptionPotionContentsComponent
(String potionId, int customColor, String customName, List<EffectInstance> effects) SuspiciousStewEffectsComponent
(List<EffectInstance> effects) -
Uses of EffectInstance in net.tnemc.item.paper
Methods in net.tnemc.item.paper with parameters of type EffectInstanceModifier and TypeMethodDescriptionAbstractItemStack
<org.bukkit.inventory.ItemStack> PaperItemStack.suspiciousStewEffects
(EffectInstance... effects) Applies the given effects to a suspicious stew item.Method parameters in net.tnemc.item.paper with type arguments of type EffectInstanceModifier and TypeMethodDescriptionPaperItemStack.potionContents
(String potionId, int customColor, String customName, List<EffectInstance> effects) Updates the potion contents of the item stack.AbstractItemStack
<org.bukkit.inventory.ItemStack> PaperItemStack.suspiciousStewEffects
(List<EffectInstance> effects) Applies the given effects to the suspicious stew item.