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