|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.mazewar.GamePacket
public class GamePacket
| 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 |
|---|
public GamePacket.Action MsgAction
public GamePacket.MessageType MsgType
public Peer me
public java.lang.String targetName
public int locationXNew
public int locationYNew
public int locationX
public int locationY
public int direction
public java.util.Vector peers
| Constructor Detail |
|---|
public GamePacket()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||