gecco.communication.messages
Class MapPointsInvisibleMessage
java.lang.Object
|
+--gecco.communication.messages.ServerMessage
|
+--gecco.communication.messages.MapPointsInvisibleMessage
- public class MapPointsInvisibleMessage
- extends ServerMessage
This message is put in the send queue on the server part of the
communication, when the server calls automatonsInvisible
- Author:
- Niklas Hallenfur
Field Summary |
byte[] |
invisible
Description of the Field |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
invisible
public byte[] invisible
- Description of the Field
MapPointsInvisibleMessage
public MapPointsInvisibleMessage(byte[] invisible)
- Constructor for the MapPointsInvisibleMessage object
- Parameters:
invisible
- Description of Parameter