Posted July 24, 201510 yr What is more efficient in case that equals gives true? if(!world.getBlock(x,y,z).equals(Blocks.example){ world.setBlock(x,y,z,Blocks.example); } or world.setBlock(x,y,z,Blocks.example);
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.