gecco.server.core
Class UnitPropertiesUpdateMessage
java.lang.Object
|
+--gecco.server.core.Message
|
+--gecco.server.core.UnitPropertiesUpdateMessage
- public class UnitPropertiesUpdateMessage
- extends Message
Description of the Class
Field Summary |
(package private) HashMap |
props
Description of the Field |
(package private) int |
unitHandle
Description of the Field |
Fields inherited from class gecco.server.core.Message |
id |
Method Summary |
HashMap |
getProperties()
Gets the Properties attribute of the UnitPropertiesUpdateMessage object |
int |
getUnitHandle()
Gets the UnitHandle attribute of the UnitPropertiesUpdateMessage object |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
unitHandle
int unitHandle
- Description of the Field
props
HashMap props
- Description of the Field
UnitPropertiesUpdateMessage
public UnitPropertiesUpdateMessage(int _unitHandle,
HashMap _props)
- Constructor for the UnitPropertiesUpdateMessage object
- Parameters:
_unitHandle
- Description of Parameter_props
- Description of Parameter
getUnitHandle
public int getUnitHandle()
- Gets the UnitHandle attribute of the UnitPropertiesUpdateMessage object
- Returns:
- The UnitHandle value
getProperties
public HashMap getProperties()
- Gets the Properties attribute of the UnitPropertiesUpdateMessage object
- Returns:
- The Properties value