|
void | addGeoDataBug (L2PcInstance gm, String comment) |
|
boolean | canMoveFromToTarget (int x, int y, int z, int tx, int ty, int tz) |
|
boolean | canSeeTarget (int x, int y, int z, int tx, int ty, int tz) |
|
boolean | canSeeTarget (L2Object cha, L2Object target) |
|
boolean | canSeeTarget (L2Object cha, Point3D target) |
|
boolean | canSeeTargetDebug (L2PcInstance gm, L2Object target) |
|
short | findGround (int x, int y) |
|
ArrayList< Integer > | getLayers (int x, int y) |
|
int | closestLayer (ArrayList< Integer > layers, int myZ) |
|
int | lowerLayer (ArrayList< Integer > layers) |
|
String | geoPosition (int x, int y) |
|
int | getGeoX (int x) |
|
int | getGeoY (int y) |
|
short | getHeight (int x, int y, int z) |
|
int | getWorldX (int geoX) |
|
int | getWorldY (int geoY) |
|
Node[] | getNeighbors (Node n) |
|
short | getNSWE (int x, int y, int z) |
|
short | getSpawnHeight (int x, int y, int zmin, int zmax, int spawnid) |
|
short | getType (int x, int y) |
|
boolean | hasGeo (int x, int y) |
|
Location | moveCheck (int x, int y, int z, int tx, int ty, int tz) |
|
short | getHeightAndNSWE (int x, int y, short z) |
|