Class NpcVertex

    • Method Detail

      • getPosition

        @Nullable
        public @Nullable Coordinate getPosition()
        Description copied from interface: Locatable
        The exact coordinate position of this entity on the world-graph
        Specified by:
        getPosition in interface Locatable
        Returns:
        The coordinate position, or null if unavailable
      • scan

        public ScanResult scan​(java.util.Map<java.lang.String,​java.lang.Object> cache)
        Specified by:
        scan in interface Vertex
      • getNpc

        @Nullable
        public @Nullable Npc getNpc()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object