Package emu.grasscutter.game.quest
Class QuestEncryptionKey
java.lang.Object
emu.grasscutter.game.quest.QuestEncryptionKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanlongintinthashCode()voidsetEncryptionKey(long encryptionKey) voidsetMainQuestId(int mainQuestId) toString()
-
Constructor Details
-
QuestEncryptionKey
public QuestEncryptionKey()
-
-
Method Details
-
getMainQuestId
public int getMainQuestId() -
getEncryptionKey
public long getEncryptionKey() -
setMainQuestId
public void setMainQuestId(int mainQuestId) -
setEncryptionKey
public void setEncryptionKey(long encryptionKey) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-