All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.ZeronDev.gui.SlotFunc.kt Maven / Gradle / Ivy

There is a newer version: 2.7.2
Show newest version
package io.github.ZeronDev.gui

import org.bukkit.event.inventory.InventoryClickEvent
import org.bukkit.inventory.ItemStack

class SlotFunc {
    var item: ItemStack? = null
    lateinit var event: InventoryClickEvent
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy