minor refactor + update internal chest logic
This commit is contained in:
@@ -22,9 +22,7 @@ import org.bukkit.inventory.Inventory;
|
||||
public interface ISpecialPlayerInventory {
|
||||
public Inventory getBukkitInventory();
|
||||
|
||||
public void InventoryRemovalCheck();
|
||||
public void playerOnline(Player p);
|
||||
|
||||
public void PlayerGoOnline(Player p);
|
||||
|
||||
public void PlayerGoOffline();
|
||||
public void playerOffline();
|
||||
}
|
||||
|
Reference in New Issue
Block a user