Class Inventory

java.lang.Object
zombie.scripting.objects.BaseScriptObject
zombie.scripting.objects.Inventory

public class Inventory
extends BaseScriptObject
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    class  Inventory.Source  
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.util.ArrayList Items  

    Fields inherited from class zombie.scripting.objects.BaseScriptObject

    module
  • Constructor Summary

    Constructors
    Constructor Description
    Inventory()  
  • Method Summary

    Modifier and Type Method Description
    void Load​(java.lang.String name, java.lang.String[] strArray)  

    Methods inherited from class zombie.scripting.objects.BaseScriptObject

    getModule

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • Items

      public java.util.ArrayList Items
  • Constructor Details

    • Inventory

      public Inventory()
  • Method Details

    • Load

      public void Load​(java.lang.String name, java.lang.String[] strArray)
      Overrides:
      Load in class BaseScriptObject