Interface Registry<T extends me.wolfyscript.utilities.util.Keyed>

All Superinterfaces:
Iterable<T>, me.wolfyscript.utilities.util.Registry<T>

public interface Registry<T extends me.wolfyscript.utilities.util.Keyed> extends me.wolfyscript.utilities.util.Registry<T>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
    static class 
    The custom Registry for the Recipes of CustomCrafting.

    Nested classes/interfaces inherited from interface me.wolfyscript.utilities.util.Registry

    me.wolfyscript.utilities.util.Registry.CustomItemRegistry, me.wolfyscript.utilities.util.Registry.MetaRegistry, me.wolfyscript.utilities.util.Registry.ParticleAnimationRegistry, me.wolfyscript.utilities.util.Registry.ParticleRegistry, me.wolfyscript.utilities.util.Registry.SimpleRegistry<V extends me.wolfyscript.utilities.util.Keyed>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    This Registry contains all the recipes of this plugin.
    static me.wolfyscript.utilities.util.Registry.SimpleRegistry<ResultExtension>
    This Registry contains all the custom Result Extensions that can be saved to a Result.
    static me.wolfyscript.utilities.util.Registry.SimpleRegistry<MergeAdapter>
     

    Fields inherited from interface me.wolfyscript.utilities.util.Registry

    CUSTOM_ITEM_DATA, CUSTOM_ITEMS, ITEM_TAGS, META_PROVIDER, PARTICLE_ANIMATIONS, PARTICLE_EFFECTS
  • Method Summary

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator

    Methods inherited from interface me.wolfyscript.utilities.util.Registry

    entrySet, get, keySet, register, register, values
  • Field Details

    • RECIPES

      static final Registry.RecipeRegistry RECIPES
      This Registry contains all the recipes of this plugin.
    • RESULT_EXTENSIONS

      static final me.wolfyscript.utilities.util.Registry.SimpleRegistry<ResultExtension> RESULT_EXTENSIONS
      This Registry contains all the custom Result Extensions that can be saved to a Result.
    • RESULT_MERGE_ADAPTERS

      static final me.wolfyscript.utilities.util.Registry.SimpleRegistry<MergeAdapter> RESULT_MERGE_ADAPTERS
    • ITEM_CREATOR_TABS

      static final Registry.ItemCreatorTabRegistry ITEM_CREATOR_TABS