Added support for AnvilGUI

This commit is contained in:
Auxilor
2020-11-19 09:04:37 +00:00
parent a4e0bd6e3b
commit c88e457667
12 changed files with 155 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
package com.willfp.ecoenchants.nms.API;
import org.bukkit.entity.Player;
public interface OpenInventoryWrapper {
Object getOpenInventory(Player player);
}