21 lines
391 B
Markdown
21 lines
391 B
Markdown
---
|
|
title: set -
|
|
---
|
|
//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIShared](index.md)/[set](set.md)
|
|
|
|
|
|
|
|
# set
|
|
[jvm]
|
|
Brief description
|
|
|
|
|
|
Temporarily sets the given item at the given slots.
|
|
|
|
|
|
Content
|
|
open operator override fun [set](set.md)(slot: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, value: ItemStack)
|
|
|
|
|
|
|