L2JPREMIUM  5M
com.premium.game.geodata.GeoEngine Class Reference
Inheritance diagram for com.premium.game.geodata.GeoEngine:
Collaboration diagram for com.premium.game.geodata.GeoEngine:

Public Member Functions

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)
 
- Public Member Functions inherited from com.premium.game.geodata.GeoData
short getHeightAndNSWE (int x, int y, short z)
 

Static Public Member Functions

static boolean checkNSWE (short NSWE, int x, int y, int tx, int ty)
 
static GeoEngine getInstance ()
 
static boolean loadGeodataFile (byte rx, byte ry)
 
static void unloadGeodata (byte rx, byte ry)
 

Static Public Attributes

static final byte _e = 1
 
static final byte _w = 2
 
static final byte _s = 4
 
static final byte _n = 8
 

Additional Inherited Members

- Static Protected Attributes inherited from com.premium.game.geodata.GeoData
static Logger _log = Logger.getLogger(GeoData.class)
 

The documentation for this class was generated from the following file: