Class NpcVertex

    • Constructor Detail

      • NpcVertex

        public NpcVertex​(Area walkingBounds,
                         java.util.Collection<WebRequirement> requirements)
      • NpcVertex

        public NpcVertex​(Coordinate position,
                         java.util.Collection<WebRequirement> requirements,
                         java.util.Collection<WebRequirement> forbiddingRequirements,
                         int protocol,
                         java.io.ObjectInput stream)
    • Method Detail

      • getWalkingBounds

        public Area getWalkingBounds()
        Gets the bounds of the Area that the npc can be within
      • getNpc

        public abstract Npc getNpc()
      • step

        public boolean step​(boolean prefersViewport)
        Specified by:
        step in class WebVertex