Package gwlpr.mapshard.entitysystem.events

Examples of gwlpr.mapshard.entitysystem.events.ChatCommandEvent


        // different actions.
        // there is 3 types: the usual ingame stuff; whisper; command

        if (chan == ChatChannel.Command)
        {
            aggregator.triggerEvent(new ChatCommandEvent(client.getEntity(), msg));
            return;
        }

        if (chan == ChatChannel.Whisper)
        {
View Full Code Here

TOP

Related Classes of gwlpr.mapshard.entitysystem.events.ChatCommandEvent

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.