Translations:Anvil/Chest Manipulation/15/zh

From Minecraft Parkour Wiki
Revision as of 13:59, 27 November 2021 by Pjx1314 (talk | contribs) (Created page with "if (enumfacing.getAxis() == EnumFacing.Axis.X) { this.setBlockBounds(0.0, 0.0, 0.125, 1.0, 1.0, 0.875); } else { this.setBlockBounds(0.125, 0.0...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

if (enumfacing.getAxis() == EnumFacing.Axis.X)

   {
       this.setBlockBounds(0.0, 0.0, 0.125, 1.0, 1.0, 0.875);
   }
   else
   {
       this.setBlockBounds(0.125, 0.0, 0.0, 0.875, 1.0, 1.0);
   }

}