Update InventoryGUISpaceCompound.kt

This commit is contained in:
bluefireoly
2020-10-21 22:23:50 +02:00
parent b25adb42d4
commit 163fc9f9fd

View File

@@ -23,7 +23,7 @@ class InventoryGUISpaceCompoundElement<T : ForInventory, E> internal constructor
}
class InventoryGUISpaceCompound<T : ForInventory, E>(
private val invType: InventoryType<T>,
val invType: InventoryType<T>,
private val iconGenerator: (E) -> ItemStack,
private val onClick: (InventoryGUIClickEvent<T>, E) -> Unit
) {