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 Classes
    Modifier and Type
    Class
    Description
    static class 
    Deprecated, 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
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, 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.
     
    boolean
    isCustomItem(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.
    boolean
    isCustomItemOfId(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, wait

    Methods inherited from interface studio.magemonkey.codex.api.items.providers.ICodexItemProvider

    assertEnabled