Class NetworkZombieSimulator
java.lang.Object
zombie.popman.NetworkZombieSimulator
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(short short0) void
added()
void
addExtraUpdate
(IsoZombie zombie0) boolean
void
becomeLocal
(IsoZombie zombie0) void
becomeRemote
(IsoZombie zombie0) void
clear()
void
clearTargetAuth
(IsoPlayer player) int
static NetworkZombieSimulator
int
boolean
isZombieSimulated
(Short short0) 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:
-
unknownZombies
-
-
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 short0) -
added
public void added() -
becomeLocal
-
becomeRemote
-
isZombieSimulated
-
receivePacket
-
anyUnknownZombies
public boolean anyUnknownZombies() -
send
public void send() -
remove
-
clearTargetAuth
-