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

net.projecttl.inventory.util.LinkedSlot.kt Maven / Gradle / Ivy

There is a newer version: 4.6.0
Show newest version
package net.projecttl.inventory.util

import org.bukkit.inventory.ItemStack

/**
 * A slot implementation, for LinkedInventoryBuilders. Unlike Slot, event-handling is separated to SlotHandler
 */
class LinkedSlot(stack: ItemStack, val handler: SlotHandler): Slot(stack, {})




© 2015 - 2024 Weber Informatics LLC | Privacy Policy