From b57f74d3f62b456afd3cde3ca95a36b73fa25660 Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Tue, 29 Sep 2020 20:54:18 +0200 Subject: [PATCH] Update InventoryGUISlots.kt --- src/main/kotlin/net/axay/kspigot/inventory/InventoryGUISlots.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/net/axay/kspigot/inventory/InventoryGUISlots.kt b/src/main/kotlin/net/axay/kspigot/inventory/InventoryGUISlots.kt index f5e44a09..85b974d1 100644 --- a/src/main/kotlin/net/axay/kspigot/inventory/InventoryGUISlots.kt +++ b/src/main/kotlin/net/axay/kspigot/inventory/InventoryGUISlots.kt @@ -71,7 +71,7 @@ data class InventorySlot(val row: Int, val slotInRow: Int) : Comparable { +interface InventorySlotCompound { fun withInvType(invType: InventoryType): Collection }