public static class VoxelClient.BuildingAoETargetsInAreaMessage extends PropertyMessage
lock, MSG_TYPE_PROPERTY, propertyMap, removedProperties
oid
flags, msgId, msgInstanceOid, msgType, remoteAgent
Constructor and Description |
---|
BuildingAoETargetsInAreaMessage() |
BuildingAoETargetsInAreaMessage(OID caster,
int claimId,
int objectId,
float minRange,
float maxRange,
Point loc,
Quaternion quaternion,
float angle) |
Modifier and Type | Method and Description |
---|---|
float |
getAngle() |
OID |
getCaster() |
int |
getClaimID() |
Point |
getLoc() |
float |
getMaxRange() |
float |
getMinRange() |
int |
getObjectID() |
Quaternion |
getQuaternion() |
void |
setAngle(float angle) |
void |
setCaster(OID caster) |
void |
setClaimID(int claimId) |
void |
setLoc(Point loc) |
void |
setMaxRange(float maxRange) |
void |
setMinRange(float minRange) |
void |
setObjectID(int objectId) |
void |
setQuaternion(Quaternion quaternion) |
addPropertyStringElement, containsKey, createFilteredPropertyString, createPropertyString, fromBuffer, get, getNamespace, getProperty, getPropertyMapRef, getRemovedPropertiesRef, hasProperty, keySet, parseBytes, put, removeProperty, setNamespace, setProperty, setProperty, toBuffer, toBuffer, toBuffer, toString, unmarshallProperyMap
getSubject, setSubject
getEnqueueTime, getMsgId, getMsgInstanceOid, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgInstanceOid, setMsgType, toBytes, toBytes, toBytes, ToString
public BuildingAoETargetsInAreaMessage()
public BuildingAoETargetsInAreaMessage(OID caster, int claimId, int objectId, float minRange, float maxRange, Point loc, Quaternion quaternion, float angle)
public OID getCaster()
public void setCaster(OID caster)
public int getClaimID()
public void setClaimID(int claimId)
public int getObjectID()
public void setObjectID(int objectId)
public float getMinRange()
public void setMinRange(float minRange)
public float getMaxRange()
public void setMaxRange(float maxRange)
public float getAngle()
public void setAngle(float angle)
public Point getLoc()
public void setLoc(Point loc)
public Quaternion getQuaternion()
public void setQuaternion(Quaternion quaternion)