F TNT Take Fix
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user