Package pneumaticCraft.common.network

Examples of pneumaticCraft.common.network.PacketSendNBTPacket


    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

Related Classes of pneumaticCraft.common.network.PacketSendNBTPacket

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.