Interface IScriptObjectStore

All Known Implementing Classes:
ScriptManager, ScriptModule

public interface IScriptObjectStore
  • Method Summary

    Modifier and Type Method Description
    Item getItem​(java.lang.String string)  
    Recipe getRecipe​(java.lang.String string)  
  • Method Details

    • getItem

      Item getItem​(java.lang.String string)
    • getRecipe

      Recipe getRecipe​(java.lang.String string)