net.mazewar
Class GamePacket

java.lang.Object
  extended by net.mazewar.GamePacket
All Implemented Interfaces:
java.io.Serializable

public class GamePacket
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class GamePacket.Action
           
static class GamePacket.MessageType
           
 
Field Summary
 int direction
           
 int locationX
           
 int locationXNew
           
 int locationY
           
 int locationYNew
           
 Peer me
           
 GamePacket.Action MsgAction
           
 GamePacket.MessageType MsgType
           
 java.util.Vector peers
           
 java.lang.String targetName
           
 
Constructor Summary
GamePacket()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MsgAction

public GamePacket.Action MsgAction

MsgType

public GamePacket.MessageType MsgType

me

public Peer me

targetName

public java.lang.String targetName

locationXNew

public int locationXNew

locationYNew

public int locationYNew

locationX

public int locationX

locationY

public int locationY

direction

public int direction

peers

public java.util.Vector peers
Constructor Detail

GamePacket

public GamePacket()