Uses of Class
com.loader.Texture

Packages that use Texture
com.loader   
 

Uses of Texture in com.loader
 

Methods in com.loader that return Texture
 Texture Material.getTexture()
           
 Texture TextureLoader.loadTexture(java.lang.String path)
           
 

Methods in com.loader with parameters of type Texture
 void Material.setTexture(Texture texture)