Examples of verifyMaster()


Examples of mantle.blocks.iface.IServantLogic.verifyMaster()

            {
                if (world.getBlock(coord.x, coord.y, coord.z) != TinkerSmeltery.tankAir)
                {
                    world.setBlock(coord.x, coord.y, coord.z, TinkerSmeltery.tankAir);
                    IServantLogic servant = (IServantLogic) world.getTileEntity(coord.x, coord.y, coord.z);
                    servant.verifyMaster(imaster, world, master.xCoord, master.yCoord, master.zCoord);
                }
            }
        }
    }
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.