zombie.scripting.objects
Class Zone
java.lang.Object
zombie.scripting.objects.BaseScriptObject
zombie.scripting.objects.Zone
public class Zone
- extends BaseScriptObject
- Author:
- LEMMY
Field Summary |
java.lang.String |
name
|
int |
x
|
int |
x2
|
int |
y
|
int |
y2
|
int |
z
|
Constructor Summary |
Zone()
|
Zone(java.lang.String name,
int x,
int y,
int x2,
int y2)
|
Zone(java.lang.String name,
int x,
int y,
int x2,
int y2,
int z)
|
Method Summary |
void |
Load(java.lang.String name,
java.lang.String[] strArray)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public int x
y
public int y
x2
public int x2
y2
public int y2
z
public int z
name
public java.lang.String name
Zone
public Zone()
Zone
public Zone(java.lang.String name,
int x,
int y,
int x2,
int y2)
Zone
public Zone(java.lang.String name,
int x,
int y,
int x2,
int y2,
int z)
Load
public void Load(java.lang.String name,
java.lang.String[] strArray)
- Overrides:
Load
in class BaseScriptObject