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

net.chestmc.Slot.kt Maven / Gradle / Ivy

The newest version!
package net.chestmc

import kotlinx.serialization.Serializable
import org.bukkit.inventory.ItemStack

/**
 * A Slot represents a storable index and item for uses with inventory.
 * This contains the index of the slot and the item of the slot.
 */
@Serializable
data class Slot(var slot: Int, var item: ItemStack)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy