mirror of
https://github.com/funkemunky/KauriV3.git
synced 2026-06-05 15:52:17 +00:00
Imrpoved shit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package dev.brighten.ac.api.spigot;
|
||||
|
||||
import org.bukkit.inventory.ItemStack;
|
||||
|
||||
public interface Player {
|
||||
|
||||
ItemStack getItemInHand();
|
||||
|
||||
ItemStack getItemInMainHand();
|
||||
|
||||
ItemStack getItemInOffHand();
|
||||
}
|
||||
Reference in New Issue
Block a user