Examples of forceDark()


Examples of com.flansmod.common.driveables.mechas.EntityMecha.forceDark()

            mc.theWorld.updateLightByType(EnumSkyBlock.Block, x, y + 1, z);
            mc.theWorld.updateLightByType(EnumSkyBlock.Block, x, y - 1, z);
            mc.theWorld.updateLightByType(EnumSkyBlock.Block, x, y, z + 1);
            mc.theWorld.updateLightByType(EnumSkyBlock.Block, x, y, z - 1);
          }
          if(mecha.forceDark())
          {
            for(int i = -3; i <= 3; i++)
            {
              for(int j = -3; j <= 3; j++)
              {
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.