classpublicPriority 3
AssetModule
com.hypixel.hytale.server.core.asset.AssetModule
extends JavaPlugin
9
Methods
9
Public Methods
3
Fields
1
Constructors
Constants
PluginManifestMANIFEST= PluginManifest.corePlugin(AssetModule.class).build()
Constructors
public
AssetModule(JavaPluginInit init)Methods
Public Methods (9)
public
AssetPack findAssetPackForPath(Path path)@Nullable
public
AssetMonitor getAssetMonitor()@Nullable
public
AssetPack getAssetPack(String name)public
List<AssetPack> getAssetPacks()@Nonnull
public
AssetPack getBaseAssetPack()@Nonnull
public
void initPendingStores()public
boolean isAssetPathImmutable(Path path)public
void registerPack(String name, Path path, PluginManifest manifest)public
void unregisterPack(String name)Fields
Private/Package Fields (3)
private
AssetMonitor assetMonitorprivate
boolean hasLoadedprivate
AssetModule instance