Package zombie.iso
Class IsoObjectSyncRequests
java.lang.Object
zombie.iso.IsoObjectSyncRequests
public class IsoObjectSyncRequests
extends java.lang.Object
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description IsoObjectSyncRequests()
- 
Method SummaryModifier and Type Method Description voidputRequest(int int1, int int2, int int3, byte byte1)voidputRequest(IsoGridSquare square, IsoObject object)voidputRequestLoad(IsoGridSquare square)voidreceiveIsoSync(int int1, int int2, int int3, byte byte1)voidsendRequests(UdpConnection udpConnection)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
requestspublic java.util.ArrayList requests
- 
timeoutpublic long timeout
 
- 
- 
Constructor Details- 
IsoObjectSyncRequestspublic IsoObjectSyncRequests()
 
- 
- 
Method Details- 
putRequest
- 
putRequestLoad
- 
putRequestpublic void putRequest(int int1, int int2, int int3, byte byte1)
- 
sendRequests
- 
receiveIsoSyncpublic void receiveIsoSync(int int1, int int2, int int3, byte byte1)
 
-