gecco.communication.messages
Class UnitVisibleMessage

java.lang.Object
  |
  +--gecco.communication.messages.ServerMessage
        |
        +--gecco.communication.messages.UnitVisibleMessage

public class UnitVisibleMessage
extends ServerMessage

This message is put in the send queue on the server part of the communication, when the server calls unitVisible

Author:
Niklas Hallenfur

Field Summary
 Set blockedActions
          Description of the Field
 int handle
          Description of the Field
 String name
          Description of the Field
 Map properties
          Description of the Field
 String type
          Description of the Field
 Set unblockedActions
          Description of the Field
 double x
          Description of the Field
 double y
          Description of the Field
 
Constructor Summary
UnitVisibleMessage(int handle, String name, String type, double x, double y, Set unblockedActions, Set blockedActions, Map properties)
          Constructor for the UnitVisibleMessage object
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

handle

public int handle
Description of the Field

name

public String name
Description of the Field

type

public String type
Description of the Field

x

public double x
Description of the Field

y

public double y
Description of the Field

unblockedActions

public Set unblockedActions
Description of the Field

blockedActions

public Set blockedActions
Description of the Field

properties

public Map properties
Description of the Field
Constructor Detail

UnitVisibleMessage

public UnitVisibleMessage(int handle,
                          String name,
                          String type,
                          double x,
                          double y,
                          Set unblockedActions,
                          Set blockedActions,
                          Map properties)
Constructor for the UnitVisibleMessage object
Parameters:
handle - Description of Parameter
name - Description of Parameter
type - Description of Parameter
x - Description of Parameter
y - Description of Parameter
unblockedActions - Description of Parameter
blockedActions - Description of Parameter
properties - Description of Parameter