mirror of
http://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8.git
synced 2025-04-30 02:01:59 -05:00
8 lines
153 B
Java
8 lines
153 B
Java
package net.optifine.config;
|
|
|
|
import net.minecraft.util.ResourceLocation;
|
|
|
|
public interface IObjectLocator {
|
|
Object getObject(ResourceLocation var1);
|
|
}
|