public final class ItemStackBuilder
extends Object
A simple ItemStack builder utility class.
- Version:
- 3.2
- Author:
- Andross
-
Constructor Summary
Constructors
-
Method Summary
org.bukkit.inventory.ItemStack
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ItemStackBuilder
public ItemStackBuilder(@Nullable
org.bukkit.configuration.ConfigurationSection section)
throws Exception
- Throws:
Exception
-
Method Details
-
build
@NotNull
public org.bukkit.inventory.ItemStack build()
Build the item
- Returns:
- the item builded