Package-level declarations

Properties

Link copied to clipboard
val ItemStack.flags: List<ItemFlag>

Gets the flags of this ItemStack

Link copied to clipboard
val ItemStack.lore: List<String>

Gets the lore of this ItemStack

Link copied to clipboard
val ItemStack.name: String?

Gets the name of this ItemStack (if it has ItemMeta)

Functions

Link copied to clipboard
fun ItemStack.addEnchantments(vararg enchantments: SimpleEnchantment): ItemStack

Adds the given enchantments to this ItemStack

fun ItemStack.addEnchantments(vararg enchantments: Enchantment): ItemStack

Adds the given enchantments to this ItemStack with default level 1

Link copied to clipboard
fun ItemStack.addFlags(vararg flags: ItemFlag): ItemStack

Adds the given flags to this ItemStack

Link copied to clipboard
fun ItemStack.amount(amount: Int): ItemStack

Sets the amount of this ItemStack

Link copied to clipboard
fun Color.asHex(): String

Turns this Color into a hex string

Link copied to clipboard
fun String.bukkitColor(altColorChar: Char = '&'): String

Translates the color codes in the string

Link copied to clipboard
fun String.bukkitColorFormat(vararg args: Any): String
fun String.bukkitColorFormat(altColorChar: Char = '&', vararg args: Any): String

Translates the color codes in the string and formats it

Link copied to clipboard

Strips the colors from the string

Link copied to clipboard
fun String.bukkitToColor(): Color

Turns this hex string into a bukkit Color

Link copied to clipboard
fun callEvent(event: Event)

Calls an event

Link copied to clipboard
fun ItemStack.color(color: Color): ItemStack

Sets the color if the item is leather armor

Link copied to clipboard
fun ItemStack.damage(damage: Int): ItemStack

Sets the damage to this ItemStack

Link copied to clipboard
fun XMaterial.itemStack(): ItemStack

Gets the ItemStack of this XMaterial

Link copied to clipboard
fun ItemStack.lore(vararg lore: String, append: Boolean = false): ItemStack
fun ItemStack.lore(lore: List<String>, append: Boolean = false): ItemStack

Sets the lore of this ItemStack

Link copied to clipboard
fun ItemStack.name(name: String): ItemStack

Sets the name of this ItemStack

Link copied to clipboard
fun registerEvent(listener: Listener, plugin: Plugin)

Registers an event listener

Link copied to clipboard
fun ItemStack.removeEnchantments(vararg enchantments: SimpleEnchantment): ItemStack
fun ItemStack.removeEnchantments(vararg enchantments: Enchantment): ItemStack

Removes the given enchantments from this ItemStack

Link copied to clipboard
fun ItemStack.removeFlags(vararg flags: ItemFlag): ItemStack

Removes the given flags from this ItemStack

Link copied to clipboard
fun ItemStack.setGlowing(glowing: Boolean = true): ItemStack

Sets the glowing effect on this ItemStack. (If true the enchantments will be hidden)

Link copied to clipboard
fun ItemStack.toggleEnchantments(vararg enchantments: SimpleEnchantment): ItemStack

Toggles the given enchantments on this ItemStack. If the enchantment is already set, it will be removed.

Link copied to clipboard
fun ItemStack.toggleFlags(vararg flags: ItemFlag): ItemStack

Toggles the given flags on this ItemStack. If the flag is already set, it will be removed.

Link copied to clipboard
fun ItemStack.xmaterial(): XMaterial

Gets the XMaterial of this ItemStack