Package pathfinder.gui.mapElement.builder

Examples of pathfinder.gui.mapElement.builder.PanelMonsterBuilder


    mapElementPlugins.add(new MapElementPlugin(
        PathfinderCharacterElement.class, null,
        new PanelCharacterBuilder(), new PanelCharacterEditor()));
    mapElementPlugins.add(new MapElementPlugin(
        PathfinderMonsterElement.class, null,
        new PanelMonsterBuilder(), null));
  }
View Full Code Here


    mapElementPlugins.add(new MapElementPlugin(
        PathfinderCharacterElement.class, null,
        new PanelCharacterBuilder(), new PanelCharacterEditor()));
    mapElementPlugins.add(new MapElementPlugin(
        PathfinderMonsterElement.class, null,
        new PanelMonsterBuilder(), null));
    return mapElementPlugins;
  }
View Full Code Here

TOP

Related Classes of pathfinder.gui.mapElement.builder.PanelMonsterBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.