Update InventoryGUISpaceCompound.kt
This commit is contained in:
@@ -23,7 +23,7 @@ class InventoryGUISpaceCompoundElement<T : ForInventory, E> internal constructor
|
|||||||
}
|
}
|
||||||
|
|
||||||
class InventoryGUISpaceCompound<T : ForInventory, E>(
|
class InventoryGUISpaceCompound<T : ForInventory, E>(
|
||||||
private val invType: InventoryType<T>,
|
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