Package com.hypixel.hytale.assetstore
Class AssetPack
java.lang.Object
com.hypixel.hytale.assetstore.AssetPack
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FileSystemprivate final booleanprivate final PluginManifestprivate final Stringprivate final Pathprivate final Path -
Constructor Summary
ConstructorsConstructorDescriptionAssetPack(Path packLocation, String name, Path root, FileSystem fileSystem, boolean isImmutable, PluginManifest manifest) -
Method Summary
-
Field Details
-
name
-
root
-
fileSystem
-
isImmutable
private final boolean isImmutable -
manifest
-
packLocation
-
-
Constructor Details
-
AssetPack
public AssetPack(Path packLocation, @Nonnull String name, @Nonnull Path root, @Nullable FileSystem fileSystem, boolean isImmutable, PluginManifest manifest)
-
-
Method Details