Package pneumaticCraft.common.block.tubes

Examples of pneumaticCraft.common.block.tubes.ModulePressureGauge


                    break;
                case 4:
                    legacyAddModule(new ModuleAirGrate());
                    break;
                case 5:
                    legacyAddModule(new ModulePressureGauge());
            }
            NBTTagCompound tag = new NBTTagCompound();
            writeToNBT(tag);
            worldObj.setBlockMetadataWithNotify(xCoord, yCoord, zCoord, 0, 3);
            ((TileEntityPressureTube)worldObj.getTileEntity(xCoord, yCoord, zCoord)).readFromNBT(tag);
View Full Code Here

TOP

Related Classes of pneumaticCraft.common.block.tubes.ModulePressureGauge

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.