public class JarResourceLocation extends ResourceLocation
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
names |
protected URI |
uri |
| Constructor and Description |
|---|
JarResourceLocation(String jarPath) |
JarResourceLocation(URL url) |
| Modifier and Type | Method and Description |
|---|---|
String |
id() |
void |
scan(String base,
Pattern regex,
List<NutResource> list) |
String |
toString() |
equals, file, getJarPath, hashCode, jarpublic JarResourceLocation(URL url) throws IOException
IOExceptionpublic JarResourceLocation(String jarPath) throws IOException
IOExceptionpublic String id()
id in class ResourceLocationpublic void scan(String base, Pattern regex, List<NutResource> list)
scan in class ResourceLocationCopyright © 2017. All rights reserved.