WrapsLoader

public interface WrapsLoader

Functions

Link copied to clipboard
public abstract int getCollectionFileCount()
The amount of currently loaded collection files, this includes disabled ones.
Link copied to clipboard
public abstract Map<String, List<String>> getCollections()
Get all currently loaded collections.
Link copied to clipboard
public abstract Map<String, List<String>> getTypeWraps()
All wrap UUIDs for a certain material or collection.
Link copied to clipboard
public abstract int getWrapFileCount()
The amount of currently loaded wrap files, this includes disabled ones.
Link copied to clipboard
public abstract Map<String, Wrap> getWraps()
All wraps currently configured.
Link copied to clipboard
public abstract void load()
Load all collection files and wrap files.
Link copied to clipboard
public abstract void unload()
Unload all collection files and wrap files.