Examples of TargetPoint


Examples of cpw.mods.fml.common.network.NetworkRegistry.TargetPoint

    protected void scheduleDescriptionPacket(){
        descriptionPacketScheduled = true;
    }

    public void sendNBTPacket(double maxPacketDistance){
        NetworkHandler.sendToAllAround(new PacketSendNBTPacket(this), new TargetPoint(worldObj.provider.dimensionId, xCoord, yCoord, zCoord, maxPacketDistance));
    }
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.