Class QuestEncryptionKey

java.lang.Object
emu.grasscutter.game.quest.QuestEncryptionKey

public class QuestEncryptionKey extends Object
  • 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object