Package studio.magemonkey.divinity.utils
Class DivinityProvider
java.lang.Object
studio.magemonkey.divinity.utils.DivinityProvider
- All Implemented Interfaces:
studio.magemonkey.codex.api.items.providers.ICodexItemProvider<DivinityProvider.DivinityItemType>
public class DivinityProvider
extends Object
implements studio.magemonkey.codex.api.items.providers.ICodexItemProvider<DivinityProvider.DivinityItemType>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface studio.magemonkey.codex.api.items.providers.ICodexItemProvider
studio.magemonkey.codex.api.items.providers.ICodexItemProvider.Category -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstudio.magemonkey.codex.api.items.providers.ICodexItemProvider.CategorygetItem(org.bukkit.inventory.ItemStack itemStack) booleanisCustomItem(org.bukkit.inventory.ItemStack item) booleanisCustomItemOfId(org.bukkit.inventory.ItemStack item, String id) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface studio.magemonkey.codex.api.items.providers.ICodexItemProvider
assertEnabled
-
Field Details
-
NAMESPACE
- See Also:
-
-
Constructor Details
-
DivinityProvider
public DivinityProvider()
-
-
Method Details
-
pluginName
- Specified by:
pluginNamein interfacestudio.magemonkey.codex.api.items.providers.ICodexItemProvider<DivinityProvider.DivinityItemType>
-
getNamespace
- Specified by:
getNamespacein interfacestudio.magemonkey.codex.api.items.providers.ICodexItemProvider<DivinityProvider.DivinityItemType>
-
getCategory
public studio.magemonkey.codex.api.items.providers.ICodexItemProvider.Category getCategory()- Specified by:
getCategoryin interfacestudio.magemonkey.codex.api.items.providers.ICodexItemProvider<DivinityProvider.DivinityItemType>
-
getItem
- Specified by:
getItemin interfacestudio.magemonkey.codex.api.items.providers.ICodexItemProvider<DivinityProvider.DivinityItemType>
-
getItem
@Nullable public DivinityProvider.DivinityItemType getItem(org.bukkit.inventory.ItemStack itemStack) - Specified by:
getItemin interfacestudio.magemonkey.codex.api.items.providers.ICodexItemProvider<DivinityProvider.DivinityItemType>
-
isCustomItem
public boolean isCustomItem(org.bukkit.inventory.ItemStack item) - Specified by:
isCustomItemin interfacestudio.magemonkey.codex.api.items.providers.ICodexItemProvider<DivinityProvider.DivinityItemType>
-
isCustomItemOfId
- Specified by:
isCustomItemOfIdin interfacestudio.magemonkey.codex.api.items.providers.ICodexItemProvider<DivinityProvider.DivinityItemType>
-