mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #48 - Added some features from OptiFine
This commit is contained in:
@ -17,4 +17,10 @@ package net.lax1dude.eaglercraft.v1_8.internal;
|
||||
*/
|
||||
public interface ITextureGL extends IObjectGL {
|
||||
|
||||
void setCacheSize(int w, int h);
|
||||
|
||||
int getWidth();
|
||||
|
||||
int getHeight();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user