HyCodeYourTale
classpublicPriority 3

AssetPack

com.hypixel.hytale.assetstore.AssetPack

9

Methods

9

Public Methods

6

Fields

1

Constructors

Constructors

public
AssetPack(Path packLocation, String name, Path root, FileSystem fileSystem, boolean isImmutable, PluginManifest manifest)

Methods

Public Methods (9)

public
boolean equals(Object o)
@Override
public
FileSystem getFileSystem()
@Nullable
public
PluginManifest getManifest()
public
String getName()
@Nonnull
public
Path getPackLocation()
public
Path getRoot()
@Nonnull
public
int hashCode()
@Override
public
boolean isImmutable()
public
String toString()
@Nonnull@Override

Fields

Private/Package Fields (6)

privateFileSystem fileSystem
privateboolean isImmutable
privatePluginManifest manifest
privateString name
privatePath packLocation
privatePath root

Related Classes