Version 1.5APIs subject to change!

multiverse.server.plugins
Class InventoryClient.LootAllMessage

java.lang.Object
  extended by multiverse.msgsys.Message
      extended by multiverse.msgsys.SubjectMessage
          extended by multiverse.server.plugins.InventoryClient.LootAllMessage
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
InventoryClient

public static class InventoryClient.LootAllMessage
extends SubjectMessage

message is asking the inventory plugin to execute looting by looter of the passed in container

See Also:
Serialized Form

Field Summary
 
Fields inherited from class multiverse.msgsys.SubjectMessage
oid
 
Constructor Summary
InventoryClient.LootAllMessage()
           
InventoryClient.LootAllMessage(java.lang.Long looterOid, java.lang.Long containerOid)
           
 
Method Summary
 java.lang.Long getContainerOid()
           
 void setContainerOid(java.lang.Long containerOid)
           
 
Methods inherited from class multiverse.msgsys.SubjectMessage
getSubject, setSubject, toString
 
Methods inherited from class multiverse.msgsys.Message
getEnqueueTime, getMsgId, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgType, toBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InventoryClient.LootAllMessage

public InventoryClient.LootAllMessage()

InventoryClient.LootAllMessage

public InventoryClient.LootAllMessage(java.lang.Long looterOid,
                                      java.lang.Long containerOid)
Method Detail

setContainerOid

public void setContainerOid(java.lang.Long containerOid)

getContainerOid

public java.lang.Long getContainerOid()


Copyright © 2008 The Multiverse Network, Inc.