mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-28 02:48:14 -05:00
Update #48 - Added some features from OptiFine
This commit is contained in:
5
sources/main/java/net/optifine/config/IParserInt.java
Normal file
5
sources/main/java/net/optifine/config/IParserInt.java
Normal file
@ -0,0 +1,5 @@
|
||||
package net.optifine.config;
|
||||
|
||||
public interface IParserInt {
|
||||
int parse(String var1, int var2);
|
||||
}
|
Reference in New Issue
Block a user