public abstract class AbstractResourcePack extends Object implements ResourcePack
| Constructor and Description |
|---|
AbstractResourcePack(File par1File) |
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
func_110586_a() |
boolean |
func_110589_b(ResourceLocation par1ResourceLocation) |
InputStream |
func_110590_a(ResourceLocation par1ResourceLocation) |
String |
func_130077_b() |
MetadataSection |
func_135058_a(MetadataSerializer par1MetadataSerializer,
String par2Str) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfunc_110587_bpublic AbstractResourcePack(File par1File)
public InputStream func_110590_a(ResourceLocation par1ResourceLocation) throws IOException
func_110590_a in interface ResourcePackIOExceptionpublic boolean func_110589_b(ResourceLocation par1ResourceLocation)
func_110589_b in interface ResourcePackpublic MetadataSection func_135058_a(MetadataSerializer par1MetadataSerializer, String par2Str) throws IOException
func_135058_a in interface ResourcePackIOExceptionpublic BufferedImage func_110586_a() throws IOException
func_110586_a in interface ResourcePackIOExceptionpublic String func_130077_b()
func_130077_b in interface ResourcePack