Class AnimalZoneJunction
java.lang.Object
zombie.characters.animals.AnimalZoneJunction
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal float
final int
final int
final AnimalZone
final AnimalZone
-
Constructor Summary
ConstructorsConstructorDescriptionAnimalZoneJunction
(AnimalZone animalZone0, int int0, AnimalZone animalZone1, int int1) -
Method Summary
Modifier and TypeMethodDescriptionvoid
getJunctionsAtSamePoint
(ArrayList<AnimalZoneJunction> arrayList) int
getX()
int
getY()
boolean
boolean
boolean
boolean
static AnimalZoneJunction
load
(ByteBuffer byteBuffer, int var1) void
save
(ByteBuffer byteBuffer)
-
Field Details
-
m_zoneSelf
-
m_pointIndexSelf
public final int m_pointIndexSelf -
m_zoneOther
-
m_pointIndexOther
public final int m_pointIndexOther -
m_distanceFromStart
public final float m_distanceFromStart
-
-
Constructor Details
-
AnimalZoneJunction
-
-
Method Details
-
save
-
load
-
getX
public int getX() -
getY
public int getY() -
getJunctionsAtSamePoint
-
isFirstPointOnZone1
public boolean isFirstPointOnZone1() -
isLastPointOnZone1
public boolean isLastPointOnZone1() -
isFirstPointOnZone2
public boolean isFirstPointOnZone2() -
isLastPointOnZone2
public boolean isLastPointOnZone2()
-