Interface HexenThingFlags
- All Known Subinterfaces:
- ZDoomThingFlags
public interface HexenThingFlags
Thing flag constants for Hexen things.
 The constant value is how many places to bit shift 1 to equal the flag bit.
- Author:
- Matthew Tropiano
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intThing flag: Appears on ambush difficulty.static final intThing flag: Appears for cleric.static final intThing flag: Appears in Cooperative.static final intThing flag: Appears in DeathMatch.static final intThing flag: Starts dormant.static final intThing flag: Appears on easy difficulty.static final intThing flag: Appears for fighter.static final intThing flag: Appears on hard difficulty.static final intThing flag: Appears for mage.static final intThing flag: Appears on medium difficulty.static final intThing flag: Appears in Single Player.
- 
Method SummaryModifier and TypeMethodDescriptiondefault intvalue(int flag) Gets the bit value of the flag (shifted).
- 
Field Details- 
AMBUSHstatic final int AMBUSHThing flag: Appears on ambush difficulty.- See Also:
 
- 
DORMANTstatic final int DORMANTThing flag: Starts dormant.- See Also:
 
- 
FIGHTERstatic final int FIGHTERThing flag: Appears for fighter.- See Also:
 
- 
CLERICstatic final int CLERICThing flag: Appears for cleric.- See Also:
 
- 
MAGEstatic final int MAGEThing flag: Appears for mage.- See Also:
 
- 
SINGLEPLAYERstatic final int SINGLEPLAYERThing flag: Appears in Single Player.- See Also:
 
- 
COOPERATIVEstatic final int COOPERATIVEThing flag: Appears in Cooperative.- See Also:
 
- 
DEATHMATCHstatic final int DEATHMATCHThing flag: Appears in DeathMatch.- See Also:
 
- 
EASYstatic final int EASYThing flag: Appears on easy difficulty.- See Also:
 
- 
MEDIUMstatic final int MEDIUMThing flag: Appears on medium difficulty.- See Also:
 
- 
HARDstatic final int HARDThing flag: Appears on hard difficulty.- See Also:
 
 
- 
- 
Method Details- 
valuedefault int value(int flag) Gets the bit value of the flag (shifted).- Parameters:
- flag- the input flag constant.
- Returns:
- the resultant value.
 
 
-