Package icyllis.modernui.graphics
Class ImageStore
java.lang.Object
icyllis.modernui.graphics.ImageStore
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Deprecated.static ImageStore
Deprecated.getOrCreate
(String namespace, String path) Deprecated.Get or create a texture image from the given resource.
-
Method Details
-
getInstance
Deprecated.- Returns:
- the global texture manager instance
-
clear
public void clear()Deprecated. -
getOrCreate
Deprecated.Get or create a texture image from the given resource.- Parameters:
namespace
- the application namespacepath
- the path to the resource- Returns:
- texture image
-