Class Sprites


  • public class Sprites
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Sprites()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Sprite load​(int id)  
      static java.util.List<Sprite> loadAll()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Sprites

        public Sprites()
    • Method Detail

      • load

        public static Sprite load​(int id)
      • loadAll

        public static java.util.List<Sprite> loadAll()