AssetPack

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 Path packLocation
@Nonnull final String name
@Nonnull final Path root
@Nullable final FileSystem fileSystem
final boolean isImmutable
final PluginManifest manifest

getName

public String getName ()

Method getName.

getRoot

public Path getRoot ()

Method getRoot.

getFileSystem

public FileSystem getFileSystem ()

Method getFileSystem.

getManifest

public PluginManifest getManifest ()

Method getManifest.

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 Object o

hashCode

public int hashCode ()

Method hashCode.

toString

public String toString ()

Method toString.