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