Update InventoryGUISpaceCompound.kt
This commit is contained in:
@@ -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 invType: InventoryType<T>,
|
||||||
private val iconGenerator: (E) -> ItemStack,
|
private val iconGenerator: (E) -> ItemStack,
|
||||||
private val onClick: (InventoryGUIClickEvent<T>, E) -> Unit
|
private val onClick: (InventoryGUIClickEvent<T>, E) -> Unit
|
||||||
|
Reference in New Issue
Block a user