u29
This commit is contained in:
parent
d262f9c825
commit
ddc90126af
170 changed files with 7183 additions and 747 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue