public class EnvironmentalAppearance extends DisBitSet
Modifier and Type | Class and Description |
---|---|
static class |
EnvironmentalAppearance.Bits |
Modifier and Type | Field and Description |
---|---|
static EnvironmentalAppearance.Bits |
DENSITY
Describes the density, Use
AppearanceEnvironmentalDensity values for this field |
static EnvironmentalAppearance.Bits |
IS_FROZEN
Describes whether the entity is frozen and should not be dead reckoned
|
static EnvironmentalAppearance.Bits |
MASKED_CLOAKED
Describes whether or not the entity is masked or cloaked
|
static EnvironmentalAppearance.Bits |
STATE
Describes whether the entity is active or deactivated, Use
AppearanceEntityorObjectState values for this field |
Constructor and Description |
---|
EnvironmentalAppearance() |
EnvironmentalAppearance(EnvironmentalAppearance.Bits wh,
int i) |
Modifier and Type | Method and Description |
---|---|
EnvironmentalAppearance |
set(EnvironmentalAppearance.Bits wh,
int val) |
EnvironmentalAppearance |
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 EnvironmentalAppearance.Bits DENSITY
AppearanceEnvironmentalDensity
values for this fieldpublic static EnvironmentalAppearance.Bits IS_FROZEN
public static EnvironmentalAppearance.Bits STATE
AppearanceEntityorObjectState
values for this fieldpublic static EnvironmentalAppearance.Bits MASKED_CLOAKED
public EnvironmentalAppearance()
public EnvironmentalAppearance(EnvironmentalAppearance.Bits wh, int i)
public EnvironmentalAppearance set(EnvironmentalAppearance.Bits wh, int val)
public EnvironmentalAppearance set(int start, int length, int val)