Package net.mtrop.doom.map.data.flags
Interface BoomLinedefFlags
- All Superinterfaces:
DoomLinedefFlags
Linedef flag constants for Doom/Boom/MBF/SMMU.
The constant value is how many places to bit shift 1 to equal the flag bit.
- Author:
- Matthew Tropiano
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Linedef flag: Pass USE through this line.Fields inherited from interface net.mtrop.doom.map.data.flags.DoomLinedefFlags
BLOCK_MONSTERS, BLOCK_SOUND, IMPASSABLE, MAPPED, NOT_DRAWN, SECRET, TWO_SIDED, UNPEG_BOTTOM, UNPEG_TOP
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
value
(int flag) Gets the bit value of the flag (shifted).
-
Field Details
-
PASSTHRU
static final int PASSTHRULinedef flag: Pass USE through this line.- See Also:
-
-
Method Details
-
value
default int value(int flag) Gets the bit value of the flag (shifted).- Parameters:
flag
- the input flag constant.- Returns:
- the resultant value.
-