public interface ResourcePack
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream(ResourceLocation resourcelocation) |
BufferedImage |
getPackImage() |
MetadataSection |
getPackMetadata(MetadataSerializer metadataserializer,
String s) |
String |
getPackName() |
Set |
getResourceDomains() |
boolean |
resourceExists(ResourceLocation resourcelocation) |
InputStream getInputStream(ResourceLocation resourcelocation) throws IOException
IOException
boolean resourceExists(ResourceLocation resourcelocation)
Set getResourceDomains()
MetadataSection getPackMetadata(MetadataSerializer metadataserializer, String s) throws IOException
IOException
BufferedImage getPackImage() throws IOException
IOException
String getPackName()