public abstract class BundledResourceLocation extends Object implements ResourceLocation
| Modifier | Constructor and Description |
|---|---|
protected |
BundledResourceLocation(String subfolder) |
protected BundledResourceLocation(String subfolder)
public InputStream getStream(String name)
ResourceLocationgetStream in interface ResourceLocationname - The path relative to the location (usally the filename)ResourceLocation.getStream(String)public URL getURL(String name)
ResourceLocationgetURL in interface ResourceLocationname - The path relative to the location (usally the filename)ResourceLocation.getURL(String)Copyright © 2014. All rights reserved.