public static final class ResourcePacksInfoPacket.Entry extends Object
| Constructor and Description |
|---|
Entry(String packId,
String packVersion,
long packSize,
String encryptionKey,
String subpackName,
String contentId,
boolean scripting) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContentId() |
String |
getEncryptionKey() |
String |
getPackId() |
long |
getPackSize() |
String |
getPackVersion() |
String |
getSubpackName() |
int |
hashCode() |
boolean |
isScripting() |
String |
toString() |
public String getPackId()
public String getPackVersion()
public long getPackSize()
public String getEncryptionKey()
public String getSubpackName()
public String getContentId()
public boolean isScripting()
Copyright © 2018–2019 NukkitX. All rights reserved.