mirror of
https://gitflic.ru/project/lax1dude/eaglercraft-1_8.git
synced 2025-07-21 13:01:31 -09: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);
|
|
}
|