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