mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -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);
|
|
}
|