Package zombie
Class VirtualZombieManager
java.lang.Object
zombie.VirtualZombieManager
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
AddBloodToMap
(int int1, IsoChunk chunk) void
addDeadZombiesToMap
(int int1, RoomDef roomDef) void
addIndoorZombiesToChunk
(IsoChunk chunk, IsoRoom room) void
addIndoorZombiesToChunk
(IsoChunk chunk, IsoRoom room, int int1, ArrayList arrayList) void
addToReusable
(IsoZombie zombie) addZombiesToMap
(int int1, RoomDef roomDef) addZombiesToMap
(int int1, RoomDef roomDef, boolean boolean1) boolean
canSpawnAt
(int int1, int int2, int int3) void
createEatingZombies
(IsoDeadBody deadBody, int int1) void
createHordeFromTo
(float float1, float float2, float float3, float float4, int int1) createRealZombie
(float float1, float float2, float float3) createRealZombieAlways
(int int1, boolean boolean1) createRealZombieAlways
(int int1, boolean boolean1, int int2) createRealZombieAlways
(int int1, int int2, boolean boolean1) createRealZombieNow
(float float1, float float2, float float3) void
init()
boolean
void
RemoveZombie
(IsoZombie zombie) boolean
removeZombieFromWorld
(IsoZombie zombie) void
Reset()
int
void
roomSpotted
(IsoRoom room) void
tryAddIndoorZombies
(RoomDef roomDef, boolean boolean1) void
update()
-
Field Details
-
instance
-
MaxRealZombies
public int MaxRealZombies -
choices
-
-
Constructor Details
-
VirtualZombieManager
public VirtualZombieManager()
-
-
Method Details
-
removeZombieFromWorld
-
addToReusable
-
isReused
-
init
public void init() -
Reset
public void Reset() -
update
public void update() -
createRealZombieAlways
-
createRealZombieAlways
-
createRealZombieAlways
-
createEatingZombies
-
AddBloodToMap
-
addZombiesToMap
-
addZombiesToMap
-
tryAddIndoorZombies
-
addIndoorZombiesToChunk
-
addIndoorZombiesToChunk
-
addDeadZombiesToMap
-
RemoveZombie
-
createHordeFromTo
public void createHordeFromTo(float float1, float float2, float float3, float float4, int int1) -
createRealZombie
-
createRealZombieNow
-
roomSpotted
-
canSpawnAt
public boolean canSpawnAt(int int1, int int2, int int3) -
reusableZombiesSize
public int reusableZombiesSize()
-