This commit is contained in:
eaglercraft 2024-04-20 19:58:35 -07:00
commit ddc90126af
170 changed files with 7183 additions and 747 deletions

View file

@ -27,6 +27,11 @@ public class ResourceLocation {
protected final String resourcePath;
public Object cachedPointer = null;
public int cachedPointerType = 0;
public static final int CACHED_POINTER_NONE = 0;
public static final int CACHED_POINTER_TEXTURE = 1;
public static final int CACHED_POINTER_EAGLER_MESH = 2;
protected ResourceLocation(int parInt1, String... resourceName) {
this.resourceDomain = org.apache.commons.lang3.StringUtils.isEmpty(resourceName[0]) ? "minecraft"