JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.cloudburstmc.api
Package
org.cloudburstmc.api.pack.loader
Interface PackLoader.Factory
Enclosing interface:
PackLoader
public static interface
PackLoader.Factory
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
canLoad
(
Path
path)
PackLoader
create
(
Path
path)
Method Details
canLoad
boolean
canLoad
(
Path
path)
create
PackLoader
create
(
Path
path)
throws
IOException
Throws:
IOException