Package zombie.popman
Class NetworkZombieSimulator
java.lang.Object
zombie.popman.NetworkZombieSimulator
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(short short1) void
added()
void
addExtraUpdate
(IsoZombie zombie) boolean
void
becomeLocal
(IsoZombie zombie) void
becomeRemote
(IsoZombie zombie) void
clear()
void
clearTargetAuth
(IsoPlayer player) int
static NetworkZombieSimulator
int
boolean
isZombieSimulated
(Short Short1) void
receivePacket
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
void
send()
-
Field Details
-
MAX_ZOMBIES_PER_UPDATE
public static final int MAX_ZOMBIES_PER_UPDATE- See Also:
-
-
Constructor Details
-
NetworkZombieSimulator
public NetworkZombieSimulator()
-
-
Method Details
-
getInstance
-
getAuthorizedZombieCount
public int getAuthorizedZombieCount() -
getUnauthorizedZombieCount
public int getUnauthorizedZombieCount() -
clear
public void clear() -
addExtraUpdate
-
add
public void add(short short1) -
added
public void added() -
becomeLocal
-
becomeRemote
-
isZombieSimulated
-
receivePacket
-
anyUnknownZombies
public boolean anyUnknownZombies() -
send
public void send() -
remove
-
clearTargetAuth
-