Class VanillaProvider.VanillaItemType
java.lang.Object
studio.magemonkey.codex.api.items.ItemType
studio.magemonkey.codex.api.items.providers.VanillaProvider.VanillaItemType
- Enclosing class:
VanillaProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackcreate()getID()booleanisInstance(org.bukkit.inventory.ItemStack itemStack) Methods inherited from class studio.magemonkey.codex.api.items.ItemType
equals, getNamespacedID, hashCode
-
Constructor Details
-
VanillaItemType
public VanillaItemType(org.bukkit.Material material)
-
-
Method Details
-
getNamespace
- Specified by:
getNamespacein classItemType
-
getID
-
getCategory
- Specified by:
getCategoryin classItemType
-
create
public org.bukkit.inventory.ItemStack create() -
isInstance
public boolean isInstance(@Nullable org.bukkit.inventory.ItemStack itemStack) - Specified by:
isInstancein classItemType
-