public final class Locations
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static boolean isDifferentBlock(com.sk89q.worldedit.util.Location a,
com.sk89q.worldedit.util.Location b)
a - The first locationb - The second location