Class DesignationZone
java.lang.Object
zombie.iso.areas.DesignationZone
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ArrayList
<DesignationZone> int
int
int
static long
boolean
int
int
int
int
-
Constructor Summary
ConstructorsConstructorDescriptionDesignationZone
(String arg0, String arg1, int arg2, int arg3, int arg4, int arg5, int arg6) -
Method Summary
Modifier and TypeMethodDescriptionstatic DesignationZone
void
check()
void
doMeta
(int arg0) static ArrayList
<DesignationZone> getAllZonesByType
(String string) int
getH()
getId()
getName()
int
getW()
int
getX()
int
getY()
int
getZ()
static DesignationZone
getZone
(int arg0, int arg1, int arg2) getZoneById
(Double arg0) static DesignationZone
getZoneByName
(String arg0) static DesignationZone
getZoneByNameAndType
(String arg0, String arg1) static DesignationZone
getZoneByType
(String arg0, int arg1, int arg2, int arg3) boolean
boolean
static void
load
(ByteBuffer arg0, int arg1) void
loading()
static void
removeZone
(String arg0, String arg1) static void
removeZone
(DesignationZone arg0) static void
Reset()
void
save
(ByteBuffer arg0) void
void
static void
update()
-
Field Details
-
id
-
hourLastSeen
public int hourLastSeen -
lastActionTimestamp
public int lastActionTimestamp -
name
-
type
-
x
public int x -
y
public int y -
z
public int z -
w
public int w -
h
public int h -
streamed
public boolean streamed -
lastUpdate
public static long lastUpdate -
allZones
-
-
Constructor Details
-
DesignationZone
public DesignationZone() -
DesignationZone
-
-
Method Details
-
addZone
public static DesignationZone addZone(String arg0, String arg1, int arg2, int arg3, int arg4, int arg5, int arg6) -
doMeta
public void doMeta(int arg0) -
isStillStreamed
public boolean isStillStreamed() -
removeZone
-
removeZone
-
getZoneByName
-
getZoneByNameAndType
-
getZone
-
getZoneByType
-
isFullyStreamed
public boolean isFullyStreamed() -
getZoneById
-
unloading
public void unloading() -
loading
public void loading() -
getRandomSquare
-
getRandomFreeSquare
-
getAllZonesByType
-
getName
-
setName
-
update
public static void update() -
check
public void check() -
getW
public int getW() -
getH
public int getH() -
getX
public int getX() -
getY
public int getY() -
getZ
public int getZ() -
save
-
load
-
Reset
public static void Reset() -
getId
-