Class QuestSnapshot


  • public final class QuestSnapshot
    extends java.lang.Object
    Immutable quest-status snapshot.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getId()  
      java.lang.String getName()  
      net.runelite.api.QuestState getState()  
      boolean isCompleted()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getId

        public int getId()
      • getName

        public java.lang.String getName()
      • getState

        public net.runelite.api.QuestState getState()
      • isCompleted

        public boolean isCompleted()