Interface ResourcePack.Factory
- 
- Enclosing interface:
 - ResourcePack
 
public static interface ResourcePack.Factory 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourcePackfromUri(URI uri)ResourcePackfromUriUnchecked(URI uri) 
 - 
 
- 
- 
Method Detail
- 
fromUri
ResourcePack fromUri(URI uri) throws FileNotFoundException
- Throws:
 FileNotFoundException
 
- 
fromUriUnchecked
ResourcePack fromUriUnchecked(URI uri)
 
 - 
 
 -