Package | Description |
---|---|
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
static SpacePlatformAppearance.Bits |
SpacePlatformAppearance.DAMAGE
Describes the damaged appearance, Use
AppearanceDamage values for this field |
static SpacePlatformAppearance.Bits |
SpacePlatformAppearance.IS_ENGINE_EMITTING_SMOKE
Describes whether or not the engine is emitting smoke
|
static SpacePlatformAppearance.Bits |
SpacePlatformAppearance.IS_FLAMING
Describes whether the entity is burning and flames are visible
|
static SpacePlatformAppearance.Bits |
SpacePlatformAppearance.IS_FROZEN
Describes whether the entity is frozen and should not be dead reckoned
|
static SpacePlatformAppearance.Bits |
SpacePlatformAppearance.IS_SMOKE_VAPOR_EMANATING
Describes whether or not smoke or vapor is emanating from the entity
|
static SpacePlatformAppearance.Bits |
SpacePlatformAppearance.MOBILITY_KILLED
Describes whether it is capable of moving on its own power
|
static SpacePlatformAppearance.Bits |
SpacePlatformAppearance.PAINT_SCHEME
Describes the visual paint design, Use
AppearancePaintScheme values for this field |
static SpacePlatformAppearance.Bits |
SpacePlatformAppearance.POWER_PLANT_ON
Describes whether the power plant is on or off
|
static SpacePlatformAppearance.Bits |
SpacePlatformAppearance.STATE
Describes whether the entity is active or deactivated, Use
AppearanceEntityorObjectState values for this field |
Modifier and Type | Method and Description |
---|---|
SpacePlatformAppearance |
SpacePlatformAppearance.set(SpacePlatformAppearance.Bits wh,
int val) |
Constructor and Description |
---|
SpacePlatformAppearance(SpacePlatformAppearance.Bits wh,
int i) |