Package io.typst.bukkit.view.item
Class BukkitItem
java.lang.Object
io.typst.bukkit.view.item.BukkitItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackbuild()static BukkitItemfrom(org.bukkit.inventory.ItemStack item) static BukkitItemofJust(org.bukkit.Material material) voidupdate(org.bukkit.inventory.ItemStack x) withEnchant(org.bukkit.enchantments.Enchantment enchant, int level)
-
Constructor Details
-
BukkitItem
public BukkitItem()
-
-
Method Details
-
ofJust
-
from
-
withEnchant
-
getEnchants
-
update
public void update(org.bukkit.inventory.ItemStack x) -
build
public org.bukkit.inventory.ItemStack build()
-