public class FileResourcePack extends AbstractResourcePack implements Closeable
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Splitter |
entryNameSplitter |
Constructor and Description |
---|
FileResourcePack(File par1File) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Set |
getResourceDomains() |
boolean |
hasResourceName(String par1Str) |
getInputStream, getPackImage, getPackMetadata, getPackName, resourceExists
public static final com.google.common.base.Splitter entryNameSplitter
public FileResourcePack(File par1File)
public boolean hasResourceName(String par1Str)
public Set getResourceDomains()
getResourceDomains
in interface ResourcePack
public void close()
close
in interface Closeable
close
in interface AutoCloseable