public class ResourcePackInfo implements IResourcePackInfo
public ResourcePackInfo(@Nullable
java.io.File file,
@NotNull
java.lang.String packId,
@NotNull
java.lang.String packVersion,
long packSize,
@NotNull
java.lang.String encryptionKey,
@NotNull
java.lang.String subPackName,
@NotNull
java.lang.String contentIdentity,
boolean unknownBool,
@NotNull
kotlin.Array[] hash)
@Nullable public java.io.File getFile()
@NotNull public java.lang.String getPackId()
@NotNull public java.lang.String getPackVersion()
public long getPackSize()
@NotNull public java.lang.String getEncryptionKey()
@NotNull public java.lang.String getSubPackName()
@NotNull public java.lang.String getContentIdentity()
public boolean getUnknownBool()
@NotNull public kotlin.Array[] getHash()