Examples of SpawnXpOrbMessage


Examples of net.glowstone.net.message.play.entity.SpawnXpOrbMessage

        int id = ByteBufUtils.readVarInt(buf);
        int x = buf.readInt();
        int y = buf.readInt();
        int z = buf.readInt();
        short count = buf.readShort();
        return new SpawnXpOrbMessage(id, x, y, z, count);
    }
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.