Uses of Class
net.tnemc.item.component.helper.effect.ComponentEffect
Packages that use ComponentEffect
Package
Description
-
Uses of ComponentEffect in net.tnemc.item
Method parameters in net.tnemc.item with type arguments of type ComponentEffectModifier and TypeMethodDescriptionAbstractItemStack.consumable(float consumeSeconds, String animation, String sound, boolean hasConsumeParticles, List<ComponentEffect> effects) Updates the consumable properties of the item stack.AbstractItemStack.deathProtection(List<ComponentEffect> deathEffects) Updates the death protection effects of the item stack. -
Uses of ComponentEffect in net.tnemc.item.bukkit
Method parameters in net.tnemc.item.bukkit with type arguments of type ComponentEffectModifier and TypeMethodDescriptionBukkitItemStack.consumable(float consumeSeconds, String animation, String sound, boolean hasConsumeParticles, List<ComponentEffect> effects) Updates the consumable properties of the item stack.BukkitItemStack.deathProtection(List<ComponentEffect> deathEffects) Updates the death protection effects of the item stack. -
Uses of ComponentEffect in net.tnemc.item.component.helper.effect
Subclasses of ComponentEffect in net.tnemc.item.component.helper.effectModifier and TypeClassDescriptionclassApplyEffectsReviveEffectclassPlaySoundReviveEffectclassRemoveEffectsReviveEffectclassTeleportRandomlyReviveEffect -
Uses of ComponentEffect in net.tnemc.item.component.impl
Methods in net.tnemc.item.component.impl that return types with arguments of type ComponentEffectModifier and TypeMethodDescriptionDeathProtectionComponent.deathEffects()Gets the list of death effects.ConsumableComponent.effects()Methods in net.tnemc.item.component.impl with parameters of type ComponentEffectModifier and TypeMethodDescriptionvoidDeathProtectionComponent.deathEffect(ComponentEffect... effects) Adds one or more ComponentEffect objects to the list of death effects for this DeathProtectionComponent.voidConsumableComponent.effects(ComponentEffect... effects) Method parameters in net.tnemc.item.component.impl with type arguments of type ComponentEffectModifier and TypeMethodDescriptionvoidDeathProtectionComponent.deathEffects(List<ComponentEffect> deathEffects) Applies death effects to the component's list of effects.voidConsumableComponent.effects(List<ComponentEffect> effects) Constructor parameters in net.tnemc.item.component.impl with type arguments of type ComponentEffectModifierConstructorDescriptionConsumableComponent(float consumeSeconds, String animation, String sound, boolean hasConsumeParticles, List<ComponentEffect> effects) ConsumableComponent(List<ComponentEffect> effects) -
Uses of ComponentEffect in net.tnemc.item.paper
Method parameters in net.tnemc.item.paper with type arguments of type ComponentEffectModifier and TypeMethodDescriptionPaperItemStack.consumable(float consumeSeconds, String animation, String sound, boolean hasConsumeParticles, List<ComponentEffect> effects) Updates the consumable properties of the item stack.PaperItemStack.deathProtection(List<ComponentEffect> deathEffects) Updates the death protection effects of the item stack. -
Uses of ComponentEffect in net.tnemc.item.platform
Methods in net.tnemc.item.platform that return types with arguments of type ComponentEffectModifier and TypeMethodDescriptionMap<String, Class<? extends ComponentEffect>> ItemPlatform.effects()Methods in net.tnemc.item.platform with parameters of type ComponentEffectModifier and TypeMethodDescriptionvoidItemPlatform.addEffect(@NotNull ComponentEffect effect) Adds a ReviveEffect to the reviveEffects map.