F TNT Take Fix

This commit is contained in:
Driftay
2019-07-27 22:49:45 -04:00
parent 4a794fe706
commit 11fb6dcd7d
17 changed files with 649 additions and 34 deletions

View File

@@ -1,8 +1,9 @@
package com.massivecraft.factions.util;
import org.bukkit.event.inventory.ClickType;
import org.bukkit.inventory.InventoryHolder;
public interface FactionGUI {
public interface FactionGUI extends InventoryHolder {
void onClick(int slot, ClickType action);