Examples of DoneAction


Examples of games.stendhal.server.maps.deathmatch.DoneAction

        // 'victory' command will scan, if all creatures are killed and
        // reward the player
        add(ConversationStates.ATTENDING, Arrays.asList("victory",
            "done", "yay"), null, ConversationStates.ATTENDING,
            null, new DoneAction());

        // 'leave' command will send the victorious player home
        add(ConversationStates.ATTENDING, Arrays
            .asList("leave", "home"), null,
            ConversationStates.ATTENDING, null, new LeaveAction());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.