Package gwlpr.mapshard.entitysystem.events

Examples of gwlpr.mapshard.entitysystem.events.RotateEvent


       
        float rot1 = Float.intBitsToFloat((int)action.getRotation1());
        float rot2 = Float.intBitsToFloat((int)action.getRotation2());

        // send internal event
        aggregator.triggerEvent(new RotateEvent(client.getEntity(), rot1, rot2));
    }
View Full Code Here

TOP

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

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.