Package zombie.network.packets
Class SyncNonPvpZonePacket
java.lang.Object
zombie.network.packets.SyncNonPvpZonePacket
- All Implemented Interfaces:
INetworkPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidparse(ByteBuffer byteBuffer, UdpConnection udpConnection) voidprocess()voidwrite(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.network.packets.INetworkPacket
getPacketSizeBytes, log
-
Field Details
-
zone
-
doRemove
public boolean doRemove
-
-
Constructor Details
-
SyncNonPvpZonePacket
public SyncNonPvpZonePacket()
-
-
Method Details
-
parse
- Specified by:
parsein interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacket
-
isConsistent
public boolean isConsistent()- Specified by:
isConsistentin interfaceINetworkPacket
-
getDescription
- Specified by:
getDescriptionin interfaceINetworkPacket
-
process
public void process()
-