Package | Description |
---|---|
edu.nps.moves.dis7 |
Modifier and Type | Field and Description |
---|---|
protected LiveEntityLinearVelocity |
TSPIPdu.entityLinearVelocity |
protected LiveEntityLinearVelocity |
LEDetonationPdu.entityLocation |
protected LiveEntityLinearVelocity |
LEDetonationPdu.velocity |
protected LiveEntityLinearVelocity |
LEFirePdu.velocity |
Modifier and Type | Method and Description |
---|---|
LiveEntityLinearVelocity |
TSPIPdu.getEntityLinearVelocity()
Getter for
TSPIPdu.entityLinearVelocity |
LiveEntityLinearVelocity |
LEDetonationPdu.getEntityLocation()
Getter for
LEDetonationPdu.entityLocation |
LiveEntityLinearVelocity |
LEDetonationPdu.getVelocity()
Getter for
LEDetonationPdu.velocity |
LiveEntityLinearVelocity |
LEFirePdu.getVelocity()
Getter for
LEFirePdu.velocity |
LiveEntityLinearVelocity |
LiveEntityLinearVelocity.setXComponent(short pXComponent)
Setter for
xComponent |
LiveEntityLinearVelocity |
LiveEntityLinearVelocity.setYComponent(short pYComponent)
Setter for
yComponent |
LiveEntityLinearVelocity |
LiveEntityLinearVelocity.setZComponent(short pZComponent)
Setter for
zComponent |
Modifier and Type | Method and Description |
---|---|
TSPIPdu |
TSPIPdu.setEntityLinearVelocity(LiveEntityLinearVelocity pEntityLinearVelocity)
Setter for
TSPIPdu.entityLinearVelocity |
LEDetonationPdu |
LEDetonationPdu.setEntityLocation(LiveEntityLinearVelocity pEntityLocation)
Setter for
LEDetonationPdu.entityLocation |
LEDetonationPdu |
LEDetonationPdu.setVelocity(LiveEntityLinearVelocity pVelocity)
Setter for
LEDetonationPdu.velocity |
LEFirePdu |
LEFirePdu.setVelocity(LiveEntityLinearVelocity pVelocity)
Setter for
LEFirePdu.velocity |