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
IOExceptionboolean resourceExists(ResourceLocation resourcelocation)
Set getResourceDomains()
MetadataSection getPackMetadata(MetadataSerializer metadataserializer, String s) throws IOException
IOExceptionBufferedImage getPackImage() throws IOException
IOExceptionString getPackName()