Package | Description |
---|---|
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
static CulturalFeatureAppearance.Bits |
CulturalFeatureAppearance.DAMAGE
Describes the damaged appearance, Use
AppearanceDamage values for this field |
static CulturalFeatureAppearance.Bits |
CulturalFeatureAppearance.EXTERIOR_LIGHTS_ON
Describes whether the exterior lights are on or off
|
static CulturalFeatureAppearance.Bits |
CulturalFeatureAppearance.INTERIOR_LIGHTS_ON
Describes whether the interior lights are on or off
|
static CulturalFeatureAppearance.Bits |
CulturalFeatureAppearance.INTERNAL_HEAT_ON
Describes whether the internal heat is on or off
|
static CulturalFeatureAppearance.Bits |
CulturalFeatureAppearance.IS_FLAMING
Describes whether the entity is burning and flames are visible
|
static CulturalFeatureAppearance.Bits |
CulturalFeatureAppearance.IS_FROZEN
Describes whether the entity is frozen and should not be dead reckoned
|
static CulturalFeatureAppearance.Bits |
CulturalFeatureAppearance.IS_SMOKE_EMANATING
Describes whether or not smoke is emanating from the entity
|
static CulturalFeatureAppearance.Bits |
CulturalFeatureAppearance.MASKED_CLOAKED
Describes whether or not the entity is masked or cloaked
|
static CulturalFeatureAppearance.Bits |
CulturalFeatureAppearance.STATE
Describes whether the entity is active or deactivated, Use
AppearanceEntityorObjectState values for this field |
Modifier and Type | Method and Description |
---|---|
CulturalFeatureAppearance |
CulturalFeatureAppearance.set(CulturalFeatureAppearance.Bits wh,
int val) |
Constructor and Description |
---|
CulturalFeatureAppearance(CulturalFeatureAppearance.Bits wh,
int i) |