Translations:Water and Lava/23/zh

From Minecraft Parkour Wiki
Revision as of 08:06, 14 November 2021 by Pjx1314 (talk | contribs) (Created page with "for (int x = minX; x < maxX; ++x) { for (int y = minY; y < maxY; ++y) { for (int z = minZ; z < maxZ; ++z) {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

for (int x = minX; x < maxX; ++x)

       {
           for (int y = minY; y < maxY; ++y)
           {
               for (int z = minZ; z < maxZ; ++z)
               {
                   blockpos.mutate(x, y, z);
                   IBlockState iblockstate = this.getBlockState(blockpos);
                   Block block = iblockstate.getBlock();