Class Perk
java.lang.Object
zombie.network.fields.Perk
- All Implemented Interfaces:
INetworkPacketField, IDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPerk()booleanisConsistent(UdpConnection connection) voidparse(ByteBuffer b, UdpConnection connection) voidset(PerkFactory.Perk _perk) voidMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IDescriptor
getClassDescription, getDescriptionMethods inherited from interface INetworkPacketField
getPacketSizeBytes
-
Constructor Details
-
Perk
public Perk()
-
-
Method Details
-
set
-
parse
- Specified by:
parsein interfaceINetworkPacketField
-
write
- Specified by:
writein interfaceINetworkPacketField
-
getDescription
- Specified by:
getDescriptionin interfaceIDescriptor
-
isConsistent
- Specified by:
isConsistentin interfaceINetworkPacketField
-
getPerk
-