Package gwlpr.mapshard.entitysystem.events

Examples of gwlpr.mapshard.entitysystem.events.ChatMessageEvent


            // no internal event, communicate with the login server directly
            return;
        }

        // we have a standart message. trigger the event
        aggregator.triggerEvent(new ChatMessageEvent(client.getEntity(), chan, msg));
    }
View Full Code Here

TOP

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

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.