9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2026-01-06 15:51:50 +00:00

Mainhand mostly works

This commit is contained in:
LoJoSho
2022-12-22 18:37:52 -06:00
parent c579923562
commit 6cd2a72f8d
3 changed files with 36 additions and 9 deletions

View File

@@ -32,6 +32,10 @@ public interface NMSHandler {
List<Player> sendTo
);
void slotUpdate(
Player player,
int slot
);
default boolean getSupported () {
return false;