Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.72 KB | None | 0 0
  1.  if (!checkloc.getBlock().getType().isSolid() || checkloc.getBlock().getType().equals((Object)Material.SNOW_BLOCK) || checkloc.getBlock().getType().equals((Object)Material.ICE) || checkloc.getBlock().getType().equals((Object)Material.PACKED_ICE) || checkloc.getBlock().getType().equals((Object)Material.ACACIA_LEAVES) || checkloc.getBlock().getType().equals((Object)Material.BIRCH_LEAVES) || checkloc.getBlock().getType().equals((Object)Material.DARK_OAK_LEAVES) || checkloc.getBlock().getType().equals((Object)Material.JUNGLE_LEAVES) || checkloc.getBlock().getType().equals((Object)Material.OAK_LEAVES) || checkloc.getBlock().getType().equals((Object)Material.SPRUCE_LEAVES)) {
  2.                 this.GenerateLocation(player);
  3.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement