File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/main/java/org/spongepowered/api/data/type Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2525package org .spongepowered .api .data .type ;
2626
2727import org .spongepowered .api .Sponge ;
28+ import org .spongepowered .api .data .Keys ;
2829import org .spongepowered .api .effect .potion .PotionEffect ;
2930import org .spongepowered .api .effect .potion .PotionEffectType ;
3031import org .spongepowered .api .effect .sound .SoundType ;
3132import org .spongepowered .api .entity .living .Living ;
3233import org .spongepowered .api .item .inventory .ItemStack ;
3334import org .spongepowered .api .item .inventory .ItemStackLike ;
3435import org .spongepowered .api .tag .Tag ;
35- import org .spongepowered .api .world .World ;
3636
3737import java .util .Arrays ;
3838import java .util .Collection ;
4242import java .util .stream .Collectors ;
4343
4444/**
45- * Represents an effect that can be applied on {@link ItemStack} consumption.
45+ * Represents an effect an {@link ItemStack} can apply after some actions.
46+ *
47+ * @see Keys#CONSUME_EFFECTS
48+ * @see Keys#DEATH_PROTECTION_EFFECTS
4649 */
4750public interface ItemActionEffect {
4851
You can’t perform that action at this time.
0 commit comments