Package net.mtrop.doom.map.data.flags
Interface HexenLinedefFlags
- All Superinterfaces:
DoomLinedefFlags
- All Known Subinterfaces:
ZDoomLinedefFlags
Linedef flag constants for Hexen.
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: Line's special is repeatable (special is not cleared).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
-
REPEATABLE
static final int REPEATABLELinedef flag: Line's special is repeatable (special is not cleared).- 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.
-