1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Did changes

This commit is contained in:
Riley 2021-06-02 11:07:06 -05:00
parent 4dad8a1589
commit 8cda831ba1
2 changed files with 1 additions and 5 deletions

View File

@ -15,7 +15,6 @@ import io.github.thebusybiscuit.slimefun4.api.items.ItemSetting;
import io.github.thebusybiscuit.slimefun4.api.items.settings.IntRangeSetting;
import io.github.thebusybiscuit.slimefun4.core.handlers.WeaponUseHandler;
import io.github.thebusybiscuit.slimefun4.implementation.items.SimpleSlimefunItem;
import io.github.thebusybiscuit.slimefun4.implementation.listeners.SlimefunItemHitListener;
import me.mrCookieSlime.Slimefun.Lists.RecipeType;
import me.mrCookieSlime.Slimefun.Objects.Category;
import me.mrCookieSlime.Slimefun.api.SlimefunItemStack;
@ -25,8 +24,6 @@ import me.mrCookieSlime.Slimefun.api.SlimefunItemStack;
* who damages another {@link LivingEntity} with this sword.
*
* @author TheBusyBiscuit
*
* @see SlimefunItemHitListener
*
*/
public class VampireBlade extends SimpleSlimefunItem<WeaponUseHandler> {

View File

@ -11,7 +11,6 @@ import org.bukkit.inventory.ItemStack;
import io.github.thebusybiscuit.slimefun4.core.handlers.WeaponUseHandler;
import io.github.thebusybiscuit.slimefun4.implementation.SlimefunPlugin;
import io.github.thebusybiscuit.slimefun4.implementation.items.weapons.VampireBlade;
import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem;
/**
@ -19,7 +18,7 @@ import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem;
*
* @author Mooy1
*
* @see VampireBlade
* @see WeaponUseHandler
*
*/
public class SlimefunItemHitListener implements Listener {