|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class encapsulates those physical properties of an object that don't typically change. The class is immutable (in that all the instance members are blank finals) for unsynchronized access.
Need to figure out if interfaces can have blank finals.
Field Summary | |
static int |
AMORPHOUS
|
static int |
CUBIC
|
static int |
damage_
How much damage the object can take before it's physically destroyed, in terms of "object hit points". |
static int |
DISJOINT
|
static int |
HUGE
|
static int |
INVIS
|
static int |
LARGE
|
static int |
LINEAR
|
static int |
MEDIUM
|
static int |
PLANAR
|
static int |
shape_
The approximate shape of this object. |
static int |
size_
A qualitative measure of the size of this object. |
static int |
SMALL
|
static int |
SPHERICAL
|
static int |
TINY
|
static int |
VERY_LARGE
|
static int |
VERY_SMALL
|
static int |
weight_
The weight of this object, in intergalactic weight units. |
Field Detail |
public static final int INVIS
public static final int TINY
public static final int VERY_SMALL
public static final int SMALL
public static final int MEDIUM
public static final int LARGE
public static final int VERY_LARGE
public static final int HUGE
public static final int size_
public static final int weight_
public static final int CUBIC
public static final int SPHERICAL
public static final int PLANAR
public static final int LINEAR
public static final int AMORPHOUS
public static final int DISJOINT
public static final int shape_
public static final int damage_
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |