Class StackList

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Collection<ItemStack> items  
    • Constructor Summary

      Constructors 
      Constructor Description
      StackList​(java.util.Collection<ItemStack> items)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<ItemStack> getItems()  
      com.google.gson.JsonObject serialize()  
      private com.google.gson.JsonObject toJson​(ItemStack stack)  
      • Methods inherited from class java.lang.Object

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