public abstract class DelegatableResourcePack extends ResourcePack
file| Modifier | Constructor and Description |
|---|---|
protected |
DelegatableResourcePack(java.io.File resourcePackFileIn) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.io.InputStream |
getInputStream(java.lang.String resourcePath) |
abstract boolean |
resourceExists(java.lang.String resourcePath) |
getMetadata, getName, getRelativeString, getResourceMetadata, getResourceStream, getRootResourceStream, onIgnoreNonLowercaseNamespace, resourceExistsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllResourceLocations, getResourceNamespacesisHiddenprotected DelegatableResourcePack(java.io.File resourcePackFileIn)
public abstract java.io.InputStream getInputStream(java.lang.String resourcePath)
throws java.io.IOException
getInputStream in class ResourcePackjava.io.IOExceptionpublic abstract boolean resourceExists(java.lang.String resourcePath)
resourceExists in class ResourcePack