All Downloads are FREE. Search and download functionalities are using the official Maven repository.

think.rpgitems.power.PowerBowShoot Maven / Gradle / Ivy

There is a newer version: 3.12.2
Show newest version
package think.rpgitems.power;

import org.bukkit.entity.Player;
import org.bukkit.event.entity.EntityShootBowEvent;
import org.bukkit.inventory.ItemStack;

import javax.annotation.CheckReturnValue;

public interface PowerBowShoot extends Pimpl {

    @CheckReturnValue
    PowerResult bowShoot(Player player, ItemStack stack, EntityShootBowEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy