-
Deprecated Interfaces
-
Deprecated Classes
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionUse Globals.load(InputString, String, String) instead, or LuaC.compile(InputStream, String) and construct LuaClosure directly.use addStatistic - statistics should not be reducedThis method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the
toString(String enc)
method, which takes an encoding-name argument, or thetoString()
method, which uses the platform's default character encoding.SpriteCache#add(Texture texture, float x, float y, int srcWidth, int srcHeight, float u, float v, float u2, float v2, float color) may be broken / inconsistent (srcWidth/Height define actual size and not the source size), better use some other method.