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