Imrpoved shit

This commit is contained in:
Dawson
2023-03-06 14:37:21 -05:00
parent 591f782efd
commit 11b4a62924
12 changed files with 183 additions and 22 deletions
@@ -0,0 +1,12 @@
package dev.brighten.ac.api.spigot;
import org.bukkit.inventory.ItemStack;
public interface Player {
ItemStack getItemInHand();
ItemStack getItemInMainHand();
ItemStack getItemInOffHand();
}