Update InventoryGUISlots.kt

This commit is contained in:
bluefireoly
2020-09-29 20:54:18 +02:00
parent aa9e0ccca6
commit b57f74d3f6

View File

@@ -71,7 +71,7 @@ data class InventorySlot(val row: Int, val slotInRow: Int) : Comparable<Inventor
} }
internal interface InventorySlotCompound<out T : ForInventory> { interface InventorySlotCompound<out T : ForInventory> {
fun withInvType(invType: InventoryType<in T>): Collection<InventorySlot> fun withInvType(invType: InventoryType<in T>): Collection<InventorySlot>
} }