SEdit.Formalisms.World.Preys
Class PositionMessage

java.lang.Object
  extended byMessage
      extended bySEdit.Formalisms.World.Preys.PositionMessage

public class PositionMessage
extends Message

Titre : Preys Description : Copyright : Copyright (c) 2000 Société :

Version:
1.0
Author:
J. Ferber
See Also:
Serialized Form

Constructor Summary
PositionMessage(Point _p, WorldEntity w)
           
 
Method Summary
 Point getPosition()
           
 WorldEntity getSenderBody()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PositionMessage

public PositionMessage(Point _p,
                       WorldEntity w)
Method Detail

getX

public int getX()

getY

public int getY()

getPosition

public Point getPosition()

getSenderBody

public WorldEntity getSenderBody()


Copyright © J. Ferber, O. Gutknecht All Rights Reserved.