public class SpriteIdentifierImpl extends java.lang.Object implements SpriteIdentifier
| Constructor and Description |
|---|
SpriteIdentifierImpl(net.minecraft.util.ResourceLocation atlas,
net.minecraft.util.ResourceLocation texture) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.ResourceLocation |
getAtlas() |
net.minecraft.util.ResourceLocation |
getTexture() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmissing, ofpublic SpriteIdentifierImpl(net.minecraft.util.ResourceLocation atlas,
net.minecraft.util.ResourceLocation texture)
public net.minecraft.util.ResourceLocation getAtlas()
getAtlas in interface SpriteIdentifierpublic net.minecraft.util.ResourceLocation getTexture()
getTexture in interface SpriteIdentifier