Class TextureManager

java.lang.Object
zombie.core.skinnedmodel.Texture.TextureManager

public class TextureManager
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static TextureManager Instance  
    java.util.HashMap Textures  
  • Constructor Summary

    Constructors
    Constructor Description
    TextureManager()  
  • Method Summary

    Modifier and Type Method Description
    boolean AddTexture​(java.lang.String string)  
    void AddTexture​(java.lang.String string, Texture texture)  

    Methods inherited from class java.lang.Object

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

    • Instance

      public static TextureManager Instance
    • Textures

      public java.util.HashMap Textures
  • Constructor Details

    • TextureManager

      public TextureManager()
  • Method Details

    • AddTexture

      public boolean AddTexture​(java.lang.String string)
    • AddTexture

      public void AddTexture​(java.lang.String string, Texture texture)