Class Locations

java.lang.Object
com.sk89q.worldguard.util.Locations

public final class Locations extends Object
  • Method Details

    • isDifferentBlock

      public static boolean isDifferentBlock(com.sk89q.worldedit.util.Location a, com.sk89q.worldedit.util.Location b)
      Tests whether two different locations are in two different blocks.
      Parameters:
      a - The first location
      b - The second location
      Returns:
      Whether the two locations are two different blocks