com.threerings.tudey.data.effect
Interface Prefireable

All Known Implementing Classes:
Effect

public interface Prefireable

An interface for effects that can be prefired immediately on the client before being fired for real later on the server.


Method Summary
 int getClientOid()
          Returns the oid of the client that (may have) prefired the effect.
 void setClientOid(int clientOid)
          Sets the oid of the client that (may have) prefired the effect, or zero for none.
 

Method Detail

setClientOid

void setClientOid(int clientOid)
Sets the oid of the client that (may have) prefired the effect, or zero for none.


getClientOid

int getClientOid()
Returns the oid of the client that (may have) prefired the effect.



Copyright © 2011. All Rights Reserved.