Skip to content

Commit

Permalink
feat(api): ITippedArrow
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Sep 16, 2022
1 parent 1f2e7b9 commit e7176e4
Showing 1 changed file with 15 additions and 0 deletions.
@@ -0,0 +1,15 @@
package org.auioc.mcmod.arnicalib.api.game.entity;

import java.util.Set;
import net.minecraft.world.effect.MobEffectInstance;
import net.minecraft.world.item.alchemy.Potion;

public interface ITippedArrow {

Set<MobEffectInstance> getEffects();

Potion getPotion();

void setPotion(Potion potion);

}

0 comments on commit e7176e4

Please sign in to comment.