me.edwards.des.net.packet
Class PacketInv.InvVector

java.lang.Object
  extended by me.edwards.des.net.packet.PacketInv.InvVector
Enclosing class:
PacketInv

protected static class PacketInv.InvVector
extends java.lang.Object

Inventory Vector contains the hash of the inventory object and its type.

Created on: Nov 3, 2015 at 9:18:31 AM

Author:
Matthew Edwards

Field Summary
protected  byte[] hash
           
protected  int type
           
 
Constructor Summary
protected PacketInv.InvVector()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected int type

hash

protected byte[] hash
Constructor Detail

PacketInv.InvVector

protected PacketInv.InvVector()