Package zombie.network.packets
Class SyncSafehousePacket
java.lang.Object
zombie.network.packets.SyncSafehousePacket
- All Implemented Interfaces:
INetworkPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBuffer byteBuffer, UdpConnection udpConnection) voidprocess()voidbooleanvalidate(UdpConnection udpConnection) 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, isConsistent, log
-
Field Details
-
ownerUsername
-
remove
public boolean remove -
safehouse
-
shouldCreateChat
public boolean shouldCreateChat
-
-
Constructor Details
-
SyncSafehousePacket
public SyncSafehousePacket()
-
-
Method Details
-
set
-
parse
- Specified by:
parsein interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacket
-
process
public void process() -
validate
-
getDescription
- Specified by:
getDescriptionin interfaceINetworkPacket
-