Class DialogNpcVertex

    • Constructor Detail

      • DialogNpcVertex

        public DialogNpcVertex​(Coordinate position,
                               java.util.regex.Pattern action,
                               java.util.regex.Pattern dialog,
                               NpcQueryBuilder builder)
    • Method Detail

      • step

        public boolean step​(java.util.Map<java.lang.String,​java.lang.Object> cache)
        Specified by:
        step in interface Vertex
        Overrides:
        step in class BasicNpcVertex