zinger.nibbles
Class SpaceOccupant

java.lang.Object
  |
  +--zinger.nibbles.SpaceOccupant

public final class SpaceOccupant
extends java.lang.Object


Field Summary
 Entity entity
           
private  java.awt.Point p
           
 
Constructor Summary
(package private) SpaceOccupant(Entity entity)
           
 
Method Summary
 int getX()
           
 int getY()
           
(package private)  void setLocation(int x, int y)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

entity

public final Entity entity

p

private final java.awt.Point p
Constructor Detail

SpaceOccupant

SpaceOccupant(Entity entity)
Method Detail

setLocation

void setLocation(int x,
                 int y)

getX

public int getX()

getY

public int getY()