public abstract class ResourceLocationAPI<R> extends AbstractWrapped<R>
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceLocationAPI.Pseudo<V>
Specifically made for 1.12.2 integer dimension IDs so everything else doesn't have work around them
|
wrapped| Modifier | Constructor and Description |
|---|---|
protected |
ResourceLocationAPI(R instance) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
bind(MinecraftAPI<?> mc) |
boolean |
equals(java.lang.Object other) |
abstract java.lang.String |
getNamespace() |
abstract java.lang.String |
getPath() |
abstract int |
getSpriteFrames()
Returns the number of frames in a sprite sheet if a mcmeta file is detected
|
java.lang.String |
toString() |
getWrapped, getWrappedClassprotected ResourceLocationAPI(R instance)
public abstract void bind(MinecraftAPI<?> mc)
public boolean equals(java.lang.Object other)
equals in class AbstractWrapped<R>public abstract int getSpriteFrames()
public abstract java.lang.String getNamespace()
public abstract java.lang.String getPath()
public java.lang.String toString()
toString in class AbstractWrapped<R>