Uses of Class
zombie.core.textures.Texture.PZFileformat

Packages that use Texture.PZFileformat
zombie.core.textures   
 

Uses of Texture.PZFileformat in zombie.core.textures
 

Methods in zombie.core.textures that return Texture.PZFileformat
static Texture.PZFileformat Texture.PZFileformat.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Texture.PZFileformat[] Texture.PZFileformat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in zombie.core.textures with parameters of type Texture.PZFileformat
ImageData(java.io.BufferedInputStream b, boolean bDoMask, Texture.PZFileformat format)
           
Texture(java.lang.String name, java.io.BufferedInputStream b, boolean bDoMask, Texture.PZFileformat format)
           
TextureID(java.io.BufferedInputStream b, java.lang.String path, boolean bDoMask, Texture.PZFileformat format)