public class AssetPack
Class AssetPack. Provides assetpack functionality for the Hytale server.
java.lang.Object > AssetPack
Field Summary
assetPack
final
AssetPack
assetPack
Field assetPack.
Method Detail
AssetPack
public
public
AssetPack
(final Path packLocation, @Nonnull final String name, @Nonnull final Path root, @Nullable final FileSystem fileSystem, final boolean isImmutable, final PluginManifest manifest)
Method AssetPack.
- Parameters:
final PathpackLocation@Nonnull final Stringname@Nonnull final Pathroot@Nullable final FileSystemfileSystemfinal booleanisImmutablefinal PluginManifestmanifest
getName
public
String
getName
()
Method getName.
getRoot
public
Path
getRoot
()
Method getRoot.
getFileSystem
public
FileSystem
getFileSystem
()
Method getFileSystem.
isImmutable
public
boolean
isImmutable
()
Method isImmutable.
getPackLocation
public
Path
getPackLocation
()
Method getPackLocation.
equals
public
boolean
equals
(@Nullable final Object o)
Method equals.
- Parameters:
@Nullable final Objecto
hashCode
public
int
hashCode
()
Method hashCode.
toString
public
String
toString
()
Method toString.