public class SpacePlatformAppearance extends DisBitSet
Modifier and Type | Class and Description |
---|---|
static class |
SpacePlatformAppearance.Bits |
Modifier and Type | Field and Description |
---|---|
static SpacePlatformAppearance.Bits |
DAMAGE
Describes the damaged appearance, Use
AppearanceDamage values for this field |
static SpacePlatformAppearance.Bits |
IS_ENGINE_EMITTING_SMOKE
Describes whether or not the engine is emitting smoke
|
static SpacePlatformAppearance.Bits |
IS_FLAMING
Describes whether the entity is burning and flames are visible
|
static SpacePlatformAppearance.Bits |
IS_FROZEN
Describes whether the entity is frozen and should not be dead reckoned
|
static SpacePlatformAppearance.Bits |
IS_SMOKE_VAPOR_EMANATING
Describes whether or not smoke or vapor is emanating from the entity
|
static SpacePlatformAppearance.Bits |
MOBILITY_KILLED
Describes whether it is capable of moving on its own power
|
static SpacePlatformAppearance.Bits |
PAINT_SCHEME
Describes the visual paint design, Use
AppearancePaintScheme values for this field |
static SpacePlatformAppearance.Bits |
POWER_PLANT_ON
Describes whether the power plant is on or off
|
static SpacePlatformAppearance.Bits |
STATE
Describes whether the entity is active or deactivated, Use
AppearanceEntityorObjectState values for this field |
Constructor and Description |
---|
SpacePlatformAppearance() |
SpacePlatformAppearance(SpacePlatformAppearance.Bits wh,
int i) |
Modifier and Type | Method and Description |
---|---|
SpacePlatformAppearance |
set(int start,
int length,
int val) |
SpacePlatformAppearance |
set(SpacePlatformAppearance.Bits wh,
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 SpacePlatformAppearance.Bits PAINT_SCHEME
AppearancePaintScheme
values for this fieldpublic static SpacePlatformAppearance.Bits MOBILITY_KILLED
public static SpacePlatformAppearance.Bits DAMAGE
AppearanceDamage
values for this fieldpublic static SpacePlatformAppearance.Bits IS_SMOKE_VAPOR_EMANATING
public static SpacePlatformAppearance.Bits IS_ENGINE_EMITTING_SMOKE
public static SpacePlatformAppearance.Bits IS_FLAMING
public static SpacePlatformAppearance.Bits IS_FROZEN
public static SpacePlatformAppearance.Bits POWER_PLANT_ON
public static SpacePlatformAppearance.Bits STATE
AppearanceEntityorObjectState
values for this fieldpublic SpacePlatformAppearance()
public SpacePlatformAppearance(SpacePlatformAppearance.Bits wh, int i)
public SpacePlatformAppearance set(SpacePlatformAppearance.Bits wh, int val)
public SpacePlatformAppearance set(int start, int length, int val)