setGlowing

fun ItemStack.setGlowing(glowing: Boolean = true): ItemStack

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

Return

this ItemStack

Parameters

glowing

if the item should glow. (Defaults to true)