Update InventoryGUISpaceCompound.kt

This commit is contained in:
bluefireoly
2020-10-21 18:16:33 +02:00
parent ff7c5940d8
commit 4c09ba34f2

View File

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