|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Structure com.springrts.ai.AICommand com.springrts.ai.command.SendResourcesAICommand
public final class SendResourcesAICommand
Give
Nested Class Summary
Nested classes/interfaces inherited from class com.springrts.ai.AICommand
AICommand.Option
Field Summary
float
amount
int
receivingTeam
int
resourceId
boolean
ret_isExecuted
static int
TOPIC
Constructor Summary
SendResourcesAICommand()
SendResourcesAICommand(int resourceId,
float amount,
int receivingTeam,
boolean ret_isExecuted)
SendResourcesAICommand(Pointer memory)
Method Summary
int
getTopic()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
TOPIC
public static final int TOPIC
resourceId
public int resourceId
amount
public float amount
receivingTeam
public int receivingTeam
ret_isExecuted
public boolean ret_isExecuted
Constructor Detail
SendResourcesAICommand
public SendResourcesAICommand()
SendResourcesAICommand
public SendResourcesAICommand(Pointer memory)
SendResourcesAICommand
public SendResourcesAICommand(int resourceId,
float amount,
int receivingTeam,
boolean ret_isExecuted)
Method Detail
getTopic
public int getTopic()
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD