Class ItemRegistry

java.lang.Object
com.stardevllc.starlib.objects.registry.Registry<String,CustomItem>
com.stardevllc.staritems.model.ItemRegistry
All Implemented Interfaces:
Iterable<com.stardevllc.starlib.objects.registry.RegistryObject<String,CustomItem>>, Collection<com.stardevllc.starlib.objects.registry.RegistryObject<String,CustomItem>>, Set<com.stardevllc.starlib.objects.registry.RegistryObject<String,CustomItem>>

public class ItemRegistry extends com.stardevllc.starlib.objects.registry.Registry<String,CustomItem>
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.stardevllc.starlib.objects.registry.Registry

    com.stardevllc.starlib.objects.registry.Registry.CopyOption
  • Constructor Summary

    Constructors
    Constructor
    Description
    ItemRegistry(org.bukkit.plugin.java.JavaPlugin plugin)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleItemEvent(org.bukkit.event.Event event, org.bukkit.inventory.ItemStack... itemStacks)
     

    Methods inherited from class com.stardevllc.starlib.objects.registry.Registry

    add, addAll, addListener, asMap, clear, computeIfAbsent, computeIfAbsent, computeObjectIfAbsent, contains, containsAll, containsKey, containsValue, fireChangeListeners, freeze, get, getKeyGenerator, getKeyNormalizer, getKeyRetriever, getKeySetter, getObject, getObjectOrDefault, getOrDefault, isEmpty, isFrozen, iterator, keySet, register, register, register, registerAll, registerAll, registerAll, remove, removeAll, retainAll, size, toArray, toArray, unfreeze, unregister, unregister, values

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.Collection

    parallelStream, removeIf, stream, toArray

    Methods inherited from interface java.lang.Iterable

    forEach

    Methods inherited from interface java.util.Set

    equals, hashCode, spliterator
  • Constructor Details

    • ItemRegistry

      public ItemRegistry(org.bukkit.plugin.java.JavaPlugin plugin)
  • Method Details

    • handleItemEvent

      public void handleItemEvent(org.bukkit.event.Event event, org.bukkit.inventory.ItemStack... itemStacks)