org.jadv.basic
Class Level_StoredObject
java.lang.Object
|
+--org.jadv.basic.Level_StoredObject
- All Implemented Interfaces:
- java.io.Serializable
- public class Level_StoredObject
- extends java.lang.Object
- implements java.io.Serializable
This class holds all information about an object, that is needed
to calculate everything with the sights!
- Author:
- neitzel
- See Also:
- Serialized Form
Constructor Summary |
Level_StoredObject(java.lang.String _id,
java.lang.String _loc,
int _sight,
int _size,
int _desc)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public java.lang.String id
location
public java.lang.String location
x
public int x
y
public int y
sight
public int sight
size
public int size
desc
public int desc
Level_StoredObject
public Level_StoredObject(java.lang.String _id,
java.lang.String _loc,
int _sight,
int _size,
int _desc)