public class CulturalFeatureAppearance extends DisBitSet
Modifier and Type | Class and Description |
---|---|
static class |
CulturalFeatureAppearance.Bits |
Modifier and Type | Field and Description |
---|---|
static CulturalFeatureAppearance.Bits |
DAMAGE
Describes the damaged appearance, Use
AppearanceDamage values for this field |
static CulturalFeatureAppearance.Bits |
EXTERIOR_LIGHTS_ON
Describes whether the exterior lights are on or off
|
static CulturalFeatureAppearance.Bits |
INTERIOR_LIGHTS_ON
Describes whether the interior lights are on or off
|
static CulturalFeatureAppearance.Bits |
INTERNAL_HEAT_ON
Describes whether the internal heat is on or off
|
static CulturalFeatureAppearance.Bits |
IS_FLAMING
Describes whether the entity is burning and flames are visible
|
static CulturalFeatureAppearance.Bits |
IS_FROZEN
Describes whether the entity is frozen and should not be dead reckoned
|
static CulturalFeatureAppearance.Bits |
IS_SMOKE_EMANATING
Describes whether or not smoke is emanating from the entity
|
static CulturalFeatureAppearance.Bits |
MASKED_CLOAKED
Describes whether or not the entity is masked or cloaked
|
static CulturalFeatureAppearance.Bits |
STATE
Describes whether the entity is active or deactivated, Use
AppearanceEntityorObjectState values for this field |
Constructor and Description |
---|
CulturalFeatureAppearance() |
CulturalFeatureAppearance(CulturalFeatureAppearance.Bits wh,
int i) |
Modifier and Type | Method and Description |
---|---|
CulturalFeatureAppearance |
set(CulturalFeatureAppearance.Bits wh,
int val) |
CulturalFeatureAppearance |
set(int start,
int length,
int val) |
calculateMask, calculateMask, getMarshalledSize, marshal, marshal, marshallCommon, setbits, unmarshal, unmarshal
and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, previousClearBit, previousSetBit, set, set, set, set, size, stream, toByteArray, toLongArray, toString, valueOf, valueOf, valueOf, valueOf, xor
public static CulturalFeatureAppearance.Bits DAMAGE
AppearanceDamage
values for this fieldpublic static CulturalFeatureAppearance.Bits IS_SMOKE_EMANATING
public static CulturalFeatureAppearance.Bits IS_FLAMING
public static CulturalFeatureAppearance.Bits IS_FROZEN
public static CulturalFeatureAppearance.Bits INTERNAL_HEAT_ON
public static CulturalFeatureAppearance.Bits STATE
AppearanceEntityorObjectState
values for this fieldpublic static CulturalFeatureAppearance.Bits EXTERIOR_LIGHTS_ON
public static CulturalFeatureAppearance.Bits INTERIOR_LIGHTS_ON
public static CulturalFeatureAppearance.Bits MASKED_CLOAKED
public CulturalFeatureAppearance()
public CulturalFeatureAppearance(CulturalFeatureAppearance.Bits wh, int i)
public CulturalFeatureAppearance set(CulturalFeatureAppearance.Bits wh, int val)
public CulturalFeatureAppearance set(int start, int length, int val)