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, resourceExists
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAllResourceLocations, getResourceNamespaces
isHidden
protected DelegatableResourcePack(java.io.File resourcePackFileIn)
public abstract java.io.InputStream getInputStream(java.lang.String resourcePath) throws java.io.IOException
getInputStream
in class ResourcePack
java.io.IOException
public abstract boolean resourceExists(java.lang.String resourcePath)
resourceExists
in class ResourcePack