Class OraxenProvider
java.lang.Object
studio.magemonkey.codex.api.items.providers.OraxenProvider
- All Implemented Interfaces:
ICodexItemProvider<OraxenProvider.OraxenItemType>
@Deprecated(forRemoval=true,
since="Dec 2024")
public class OraxenProvider
extends Object
implements ICodexItemProvider<OraxenProvider.OraxenItemType>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Nested classes/interfaces inherited from interface studio.magemonkey.codex.api.items.providers.ICodexItemProvider
ICodexItemProvider.Category -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Get an item from the provider.getItem(org.bukkit.inventory.ItemStack itemStack) Deprecated, for removal: This API element is subject to removal in a future version.Get the ItemType of this provider corresponding to the provided ItemStack.Deprecated, for removal: This API element is subject to removal in a future version.booleanisCustomItem(org.bukkit.inventory.ItemStack item) Deprecated, for removal: This API element is subject to removal in a future version.Check if the given item is from this provider.booleanisCustomItemOfId(org.bukkit.inventory.ItemStack item, String id) Deprecated, for removal: This API element is subject to removal in a future version.Check if the given item is from this provider and has the given id.Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
OraxenProvider
public OraxenProvider()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
pluginName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
pluginNamein interfaceICodexItemProvider<OraxenProvider.OraxenItemType>
-
getNamespace
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getNamespacein interfaceICodexItemProvider<OraxenProvider.OraxenItemType>
-
getCategory
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getCategoryin interfaceICodexItemProvider<OraxenProvider.OraxenItemType>
-
getItem
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ICodexItemProviderGet an item from the provider.- Specified by:
getItemin interfaceICodexItemProvider<OraxenProvider.OraxenItemType>- Parameters:
id- The id of the item.- Returns:
- The item with the given id.
-
getItem
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ICodexItemProviderGet the ItemType of this provider corresponding to the provided ItemStack.- Specified by:
getItemin interfaceICodexItemProvider<OraxenProvider.OraxenItemType>- Parameters:
itemStack- The item to get the ItemType from.- Returns:
- the ItemType associated to the provided ItemStack, or null if not found.
-
isCustomItem
public boolean isCustomItem(org.bukkit.inventory.ItemStack item) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ICodexItemProviderCheck if the given item is from this provider.- Specified by:
isCustomItemin interfaceICodexItemProvider<OraxenProvider.OraxenItemType>- Parameters:
item- The item to check.- Returns:
- Whether the item is from this provider.
-
isCustomItemOfId
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ICodexItemProviderCheck if the given item is from this provider and has the given id.- Specified by:
isCustomItemOfIdin interfaceICodexItemProvider<OraxenProvider.OraxenItemType>- Parameters:
item- The item to check.id- The id to check.- Returns:
- Whether the item is from this provider and has the given id.
-