public interface IResource
extends java.io.Closeable
| Modifier and Type | Method and Description | 
|---|---|
| java.io.InputStream | getInputStream() | 
| <T extends IMetadataSection> | getMetadata(java.lang.String sectionName) | 
| ResourceLocation | getResourceLocation() | 
| java.lang.String | getResourcePackName() | 
| boolean | hasMetadata() | 
ResourceLocation getResourceLocation()
java.io.InputStream getInputStream()
boolean hasMetadata()
@Nullable <T extends IMetadataSection> T getMetadata(java.lang.String sectionName)
java.lang.String getResourcePackName()