Class XPFile

java.lang.Object
com.github.yellowstonegames.glyph.rexpaint.XPFile

public class XPFile extends Object
Imported from biscon's xpreader project.
Created by bison on 02-01-2016.
  • Field Details

    • version

      protected int version
    • layerCount

      protected int layerCount
    • layers

      protected com.github.tommyettinger.ds.ObjectList<XPLayer> layers
  • Constructor Details

    • XPFile

      public XPFile(int version, int layerCount, com.github.tommyettinger.ds.ObjectList<XPLayer> layers)
  • Method Details

    • intoGlyphGrid

      public void intoGlyphGrid(GlyphGrid terminal)
    • getLayer

      public XPLayer getLayer(int i)
    • layerCount

      public int layerCount()