Package Hexel.blocks.types

Examples of Hexel.blocks.types.BlockLeaf


          tmp3i.z = bz;
          if (blockDeltaAdder.hasBlockDelta(tmp3i)){
            return 1;
          }

          BlockLeaf leaf = BlockLeaf.Make(0, BlockLeaf.MAX_HEALTH);
          blockDeltaAdder.addBlockDelta(BlockDelta.Aquire(nx, ny, nz, leaf, chunks.getStepsToSim(bx, by, bz, tmp3i, c)));
          return BlockSimulator.DONT_RUN;
        }
      });
    }
View Full Code Here

TOP

Related Classes of Hexel.blocks.types.BlockLeaf

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.