Class JsonCell


  • public class JsonCell
    extends java.lang.Object
    This class represents the structure of a cell in JSON
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.ArrayList<java.lang.Integer> textures
      A list of the textures to apply to the cell
      java.lang.String type
      The type of cell, e.g.
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonCell()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • type

        public java.lang.String type
        The type of cell, e.g. player, chest, enemy, etc
      • textures

        public java.util.ArrayList<java.lang.Integer> textures
        A list of the textures to apply to the cell
    • Constructor Detail

      • JsonCell

        public JsonCell()