Index

A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractArrayStorage<T> - Class in net.mtrop.doom.struct.vector
This class contains the base for all data structures that make use of a contiguous memory structure.
AbstractArrayStorage() - Constructor for class net.mtrop.doom.struct.vector.AbstractArrayStorage
Initializes the array with the default storage capacity.
AbstractArrayStorage(int) - Constructor for class net.mtrop.doom.struct.vector.AbstractArrayStorage
Initializes the array with a particular storage capacity.
AbstractMappedVector<T,K> - Class in net.mtrop.doom.struct.vector
A special type of vector that also as a one-to-one mapping of an object to an index.
AbstractMappedVector() - Constructor for class net.mtrop.doom.struct.vector.AbstractMappedVector
Makes a new mapped vector.
AbstractMappedVector(int) - Constructor for class net.mtrop.doom.struct.vector.AbstractMappedVector
Makes a new mapped vector that doubles every resize.
AbstractMappedVector(int, int) - Constructor for class net.mtrop.doom.struct.vector.AbstractMappedVector
Makes a new mapped vector.
AbstractMappedVector(int, int, boolean) - Constructor for class net.mtrop.doom.struct.vector.AbstractMappedVector
Makes a new mapped vector.
AbstractTrie<V,S> - Class in net.mtrop.doom.struct.trie
A trie is a data structure that contains objects, using a path of objects derived from the stored value.
AbstractTrie() - Constructor for class net.mtrop.doom.struct.trie.AbstractTrie
Creates a new trie.
AbstractTrie.Node<V,S> - Class in net.mtrop.doom.struct.trie
A single node in the Trie.
AbstractTrie.Result<V,S> - Class in net.mtrop.doom.struct.trie
A result of a passive search on a trie.
AbstractTrie.TrieIterator<V,S> - Class in net.mtrop.doom.struct.trie
Iterator for this Trie.
AbstractTrieMap<K,V,S> - Class in net.mtrop.doom.struct.trie
A trie is a data structure that maps an object to another object, using a path of objects derived from the key.
AbstractTrieMap() - Constructor for class net.mtrop.doom.struct.trie.AbstractTrieMap
Creates a new trie map.
AbstractVector<T> - Class in net.mtrop.doom.struct.vector
An abstract class for performing unsynchronized Vector (data structure) operatons and concepts.
AbstractVector() - Constructor for class net.mtrop.doom.struct.vector.AbstractVector
Makes a new vector.
AbstractVector(int) - Constructor for class net.mtrop.doom.struct.vector.AbstractVector
Makes a new vector that doubles every resize.
AbstractVector(int, int) - Constructor for class net.mtrop.doom.struct.vector.AbstractVector
Makes a new vector.
AbstractVector.VectorIterator - Class in net.mtrop.doom.struct.vector
Iterator class for this vector.
accept(Wad) - Method in interface net.mtrop.doom.util.WadUtils.WadConsumer
Calls this function with a Wad file.
ACTION_CHANGE_WEAPON - Static variable in class net.mtrop.doom.demo.Demo.Tic
 
ACTION_FIRE - Static variable in class net.mtrop.doom.demo.Demo.Tic
 
ACTION_SPECIAL - Static variable in class net.mtrop.doom.demo.Demo.Tic
 
ACTION_SPECIAL_LOAD - Static variable in class net.mtrop.doom.demo.Demo.Tic
 
ACTION_SPECIAL_PAUSE - Static variable in class net.mtrop.doom.demo.Demo.Tic
 
ACTION_SPECIAL_RESTART - Static variable in class net.mtrop.doom.demo.Demo.Tic
 
ACTION_SPECIAL_SAVE - Static variable in class net.mtrop.doom.demo.Demo.Tic
 
ACTION_USE - Static variable in class net.mtrop.doom.demo.Demo.Tic
 
actionButton(boolean, boolean) - Static method in class net.mtrop.doom.demo.Demo.Tic
Returns the action byte for action buttons.
actionButton(boolean, boolean, boolean, int) - Static method in class net.mtrop.doom.demo.Demo.Tic
Returns the action byte for action buttons.
actionLoad(int) - Static method in class net.mtrop.doom.demo.Demo.Tic
Returns the action byte for loading a game.
actionPause() - Static method in class net.mtrop.doom.demo.Demo.Tic
 
actionRestart() - Static method in class net.mtrop.doom.demo.Demo.Tic
 
actionSave(int) - Static method in class net.mtrop.doom.demo.Demo.Tic
Returns the action byte for saving a game.
ACTIVATED_BY_MONSTERS - Static variable in interface net.mtrop.doom.map.data.flags.ZDoomLinedefFlags
Linedef flag: Special can be activated by players and monsters.
ACTIVATION_FLAGS - Static variable in class net.mtrop.doom.map.data.HexenLinedef
 
ACTIVATION_MONSTER_CROSSES - Static variable in class net.mtrop.doom.map.data.HexenLinedef
Special activation: monster walks over.
ACTIVATION_NAME - Static variable in class net.mtrop.doom.map.data.HexenLinedef
 
ACTIVATION_PLAYER_BUMPS - Static variable in class net.mtrop.doom.map.data.HexenLinedef
Special activation: player bumps.
ACTIVATION_PLAYER_CROSSES - Static variable in class net.mtrop.doom.map.data.HexenLinedef
Special activation: player walks over.
ACTIVATION_PLAYER_USES - Static variable in class net.mtrop.doom.map.data.HexenLinedef
Special activation: player uses.
ACTIVATION_PLAYER_USES_PASSTHRU - Static variable in class net.mtrop.doom.map.data.HexenLinedef
Special activation: player uses (with passthru).
ACTIVATION_PROJECTILE_CROSSES - Static variable in class net.mtrop.doom.map.data.HexenLinedef
Special activation: projectile crosses.
ACTIVATION_PROJECTILE_HITS - Static variable in class net.mtrop.doom.map.data.HexenLinedef
Special activation: projectile hits.
add(int, T) - Method in class net.mtrop.doom.struct.vector.AbstractMappedVector
 
add(int, T) - Method in class net.mtrop.doom.struct.vector.AbstractVector
Adds an object at an index.
add(String) - Method in class net.mtrop.doom.texture.PatchNames
Adds a patch entry.
add(K, V) - Method in class net.mtrop.doom.struct.map.HashDequeMap
Adds a value to the end of a deque.
add(T) - Method in class net.mtrop.doom.struct.vector.AbstractVector
Adds an object to the end of the vector.
add(V) - Method in class net.mtrop.doom.struct.trie.AbstractTrie
Adds a value to this structure, but only if it does not exist.
addCaseInsensitiveKeyword(String, int) - Method in class net.mtrop.doom.struct.Lexer.Kernel
Adds a keyword to the Lexer, case-insensitive.
addColor(int, double, int) - Method in class net.mtrop.doom.graphics.Palette
Sets the color of a specific index in the Palette by additively blending it with another color.
addColor(int, double, int, int, int) - Method in class net.mtrop.doom.graphics.Palette
Sets the color of a specific index in the Palette by additively blending it with another color.
addColor(int, int, double, int) - Method in class net.mtrop.doom.graphics.Palette
Sets the color of a range of indices in the Palette by additively blending it with another color.
addColor(int, int, double, int, int, int) - Method in class net.mtrop.doom.graphics.Palette
Sets the color of a range of indices in the Palette by additively blending it with another color.
addCommentEndDelimiter(String, int) - Method in class net.mtrop.doom.struct.Lexer.Kernel
Adds a comment-ending delimiter to this lexer.
addCommentLineDelimiter(String, int) - Method in class net.mtrop.doom.struct.Lexer.Kernel
Adds a line comment delimiter to this lexer.
addCommentStartDelimiter(String, int) - Method in class net.mtrop.doom.struct.Lexer.Kernel
Adds a comment-starting delimiter to this lexer.
addCreatedTexture(T) - Method in class net.mtrop.doom.texture.CommonTextureList
Adds a created texture to this texture list.
addData(String, byte[]) - Method in interface net.mtrop.doom.Wad
Adds data to this Wad, using entryName as the name of the new entry.
addData(String, byte[]) - Method in class net.mtrop.doom.WadFile.Adder
Adds data to this Wad, using entryName as the name of the new entry.
addData(String, BO) - Method in interface net.mtrop.doom.Wad
Adds data to this Wad, using entryName as the name of the new entry.
addData(String, BO) - Method in class net.mtrop.doom.WadFile.Adder
Adds data to this Wad, using entryName as the name of the new entry.
addData(String, BO[]) - Method in interface net.mtrop.doom.Wad
Adds data to this Wad, using entryName as the name of the new entry.
addData(String, BO[]) - Method in class net.mtrop.doom.WadFile.Adder
Adds data to this Wad, using entryName as the name of the new entry.
addData(String, File) - Method in interface net.mtrop.doom.Wad
Adds data to this Wad, using entryName as the name of the new entry.
addData(String, File) - Method in class net.mtrop.doom.WadFile.Adder
Adds data to this Wad, using entryName as the name of the new entry.
addData(String, InputStream) - Method in interface net.mtrop.doom.Wad
Adds data to this Wad, using entryName as the name of the new entry.
addData(String, InputStream) - Method in class net.mtrop.doom.WadFile.Adder
Adds data to this Wad, using entryName as the name of the new entry.
addData(String, InputStream, int) - Method in interface net.mtrop.doom.Wad
Adds data to this Wad, using entryName as the name of the new entry.
addData(String, InputStream, int) - Method in class net.mtrop.doom.WadFile.Adder
Adds data to this Wad, using entryName as the name of the new entry.
addData(String, InputStream, int) - Method in class net.mtrop.doom.WadMap
 
addData(String, TO, Charset) - Method in interface net.mtrop.doom.Wad
Adds data to this Wad, using entryName as the name of the new entry.
addData(String, TO, Charset) - Method in class net.mtrop.doom.WadFile.Adder
Adds data to this Wad, using entryName as the name of the new entry.
addDataAt(int, String, byte[]) - Method in interface net.mtrop.doom.Wad
Adds data to this Wad at a particular entry offset, using entryName as the name of the entry.
addDataAt(int, String, byte[]) - Method in class net.mtrop.doom.WadFile.Adder
Adds data to this Wad at a particular entry offset, using entryName as the name of the entry.
addDataAt(int, String, BO) - Method in interface net.mtrop.doom.Wad
Adds data to this Wad at a particular entry offset, using entryName as the name of the entry.
addDataAt(int, String, BO) - Method in class net.mtrop.doom.WadFile.Adder
Adds data to this Wad at a particular entry offset, using entryName as the name of the entry.
addDataAt(int, String, BO[]) - Method in interface net.mtrop.doom.Wad
Adds data to this Wad at a particular entry offset, using entryName as the name of the entry.
addDataAt(int, String, BO[]) - Method in class net.mtrop.doom.WadFile.Adder
Adds data to this Wad at a particular entry offset, using entryName as the name of the entry.
addDataAt(int, String, File) - Method in interface net.mtrop.doom.Wad
Adds data to this Wad, using entryName as the name of the new entry.
addDataAt(int, String, File) - Method in class net.mtrop.doom.WadFile.Adder
Adds data to this Wad, using entryName as the name of the new entry.
addDataAt(int, String, InputStream) - Method in interface net.mtrop.doom.Wad
Adds data to this Wad at a particular entry offset, using entryName as the name of the entry.
addDataAt(int, String, InputStream) - Method in class net.mtrop.doom.WadFile.Adder
Adds data to this Wad at a particular entry offset, using entryName as the name of the entry.
addDataAt(int, String, InputStream, int) - Method in interface net.mtrop.doom.Wad
Adds data to this Wad at a particular entry offset, using entryName as the name of the entry.
addDataAt(int, String, InputStream, int) - Method in class net.mtrop.doom.WadBuffer
 
addDataAt(int, String, InputStream, int) - Method in class net.mtrop.doom.WadFile
 
addDataAt(int, String, InputStream, int) - Method in class net.mtrop.doom.WadFile.Adder
Adds data to this Wad at a particular entry offset, using entryName as the name of the entry.
addDataAt(int, String, InputStream, int) - Method in class net.mtrop.doom.WadMap
 
addDataAt(int, String, TO, Charset) - Method in interface net.mtrop.doom.Wad
Adds data to this Wad at a particular entry offset, using entryName as the name of the entry.
addDataAt(int, String, TO, Charset) - Method in class net.mtrop.doom.WadFile.Adder
Adds data to this Wad at a particular entry offset, using entryName as the name of the entry.
addDelimiter(String, int) - Method in class net.mtrop.doom.struct.Lexer.Kernel
Adds a delimiter to this lexer.
addEntry(String, int, int) - Method in interface net.mtrop.doom.Wad
Adds a new entry to the Wad, but with an explicit offset and size.
addEntry(String, int, int) - Method in class net.mtrop.doom.WadFile.Adder
Adds a new entry to the Wad, but with an explicit offset and size.
addEntry(String, String, Switches.Game) - Method in class net.mtrop.doom.texture.Switches
Adds a switch entry to this lump.
addEntry(Animated.Entry) - Method in class net.mtrop.doom.texture.Animated
Adds an entry to this Animated lump.
addEntry(WadEntry) - Method in interface net.mtrop.doom.Wad
Adds a new entry to the Wad.
addEntry(WadEntry) - Method in class net.mtrop.doom.WadMap
 
addEntryAt(int, String, int, int) - Method in interface net.mtrop.doom.Wad
Adds a new entry to the Wad at a specific index, but with an explicit offset and size.
addEntryAt(int, WadEntry) - Method in interface net.mtrop.doom.Wad
Adds a new entry to the Wad.
addEntryAt(int, WadEntry) - Method in class net.mtrop.doom.WadBuffer
 
addEntryAt(int, WadEntry) - Method in class net.mtrop.doom.WadFile
 
addEntryAt(int, WadEntry) - Method in class net.mtrop.doom.WadMap
 
addFirst(K, V) - Method in class net.mtrop.doom.struct.map.HashDequeMap
Adds a value to the beginning of a deque.
addFrom(Wad, int, int) - Method in interface net.mtrop.doom.Wad
Takes entries and their data from another Wad and adds it to this one.
addFrom(Wad, WadEntry...) - Method in interface net.mtrop.doom.Wad
Takes entries and their data from another Wad and adds it to this one.
addFromAt(int, Wad, int, int) - Method in interface net.mtrop.doom.Wad
Takes entries and their data from another Wad and adds it to this one at a specific index.
addFromAt(int, Wad, WadEntry...) - Method in interface net.mtrop.doom.Wad
Takes entries and their data from another Wad and adds it to this one at a specific index.
addFromAt(int, Wad, WadEntry...) - Method in class net.mtrop.doom.WadFile
 
addIndex(int, int, int) - Method in class net.mtrop.doom.map.data.Blockmap
Adds a linedef index to this blockmap.
addKeyword(String, int) - Method in class net.mtrop.doom.struct.Lexer.Kernel
Adds a keyword to the Lexer, case-sensitive.
addLast(K, V) - Method in class net.mtrop.doom.struct.map.HashDequeMap
Adds a value to the end of a deque.
addLinedef(DoomLinedef) - Method in class net.mtrop.doom.map.DoomMap
Adds a linedef to this map.
addMarker(String) - Method in interface net.mtrop.doom.Wad
Adds an entry marker to the Wad (entry with 0 size, arbitrary offset).
addMarker(String) - Method in class net.mtrop.doom.WadFile.Adder
Adds an entry marker to the Wad (entry with 0 size, arbitrary offset).
addMarkerAt(int, String) - Method in interface net.mtrop.doom.Wad
Adds an entry marker to the Wad (entry with 0 size, arbitrary offset).
addMarkerAt(int, String) - Method in class net.mtrop.doom.WadFile.Adder
Adds an entry marker to the Wad (entry with 0 size, arbitrary offset).
addNode(BSPNode) - Method in class net.mtrop.doom.bsp.BSPTree
Adds a node to this map.
addObject(String) - Method in class net.mtrop.doom.map.udmf.UDMFTable
Adds an object of a particular type to this table.
addObject(String, UDMFObject) - Method in class net.mtrop.doom.map.udmf.UDMFTable
Adds an object of a particular type name to this table.
addRawStringDelimiter(char, char) - Method in class net.mtrop.doom.struct.Lexer.Kernel
Adds a raw string delimiter to this lexer along with its ending character.
addSample(double) - Method in class net.mtrop.doom.sound.DMXSound
Adds a single sample, clamped between -1.0 and 1.0.
addSamples(double[]) - Method in class net.mtrop.doom.sound.DMXSound
Adds a set of samples, clamped between -1.0 and 1.0.
addSamples(double[], int, int) - Method in class net.mtrop.doom.sound.DMXSound
Adds a set of samples, clamped between -1.0 and 1.0.
addSector(DoomSector) - Method in class net.mtrop.doom.map.DoomMap
Adds a sector to this map.
addSegment(BSPSegment) - Method in class net.mtrop.doom.bsp.BSPTree
Adds a segment to this map.
addSidedef(DoomSidedef) - Method in class net.mtrop.doom.map.DoomMap
Adds a sidedef to this map.
addStringDelimiter(char, char) - Method in class net.mtrop.doom.struct.Lexer.Kernel
Adds a string delimiter to this lexer along with its ending character.
addSubsector(BSPSubsector) - Method in class net.mtrop.doom.bsp.BSPTree
Adds a subsector to this map.
addTexture(TextureSet.Texture) - Method in class net.mtrop.doom.texture.TextureSet
Adds a texture.
addThing(DoomThing) - Method in class net.mtrop.doom.map.DoomMap
Adds a thing to this map.
addTic(Demo.Tic...) - Method in class net.mtrop.doom.demo.Demo
Adds a single tic for a set of players.
addVertex(DoomVertex) - Method in class net.mtrop.doom.map.DoomMap
Adds a vertex to this map.
ALL - Enum constant in enum class net.mtrop.doom.texture.Switches.Game
 
allowsDecals - Variable in class net.mtrop.doom.texture.Animated.Entry
Allows decals.
ALLY - Static variable in interface net.mtrop.doom.map.data.flags.StrifeThingFlags
Thing flag: Thing starts friendly to players.
AMBUSH - Static variable in interface net.mtrop.doom.map.data.flags.DoomThingFlags
Thing flag: Ambushes players.
AMBUSH - Static variable in interface net.mtrop.doom.map.data.flags.HexenThingFlags
Thing flag: Appears on ambush difficulty.
AMBUSH - Static variable in interface net.mtrop.doom.map.data.flags.StrifeThingFlags
Thing flag: Ambushes players.
and(WadEntry) - Method in class net.mtrop.doom.util.WadUtils.WadEntryAccumulator
Adds a single entry to the list.
and(WadEntry...) - Method in class net.mtrop.doom.util.WadUtils.WadEntryAccumulator
Adds a set of entries to the list in the order that they are in the array.
angle - Variable in class net.mtrop.doom.bsp.data.BSPSegment
This Seg's angle.
angle - Variable in class net.mtrop.doom.map.data.DoomThing
Thing angle.
ANGLE_EAST - Static variable in class net.mtrop.doom.bsp.data.BSPSegment
Binary angle.
ANGLE_EAST - Static variable in interface net.mtrop.doom.map.MapObjectConstants
Degree Angle for EAST.
ANGLE_NORTH - Static variable in class net.mtrop.doom.bsp.data.BSPSegment
Binary angle.
ANGLE_NORTH - Static variable in interface net.mtrop.doom.map.MapObjectConstants
Degree Angle for NORTH.
ANGLE_NORTHEAST - Static variable in interface net.mtrop.doom.map.MapObjectConstants
Degree Angle for NORTHEAST.
ANGLE_NORTHWEST - Static variable in interface net.mtrop.doom.map.MapObjectConstants
Degree Angle for NORTHWEST.
ANGLE_SOUTH - Static variable in class net.mtrop.doom.bsp.data.BSPSegment
Binary angle.
ANGLE_SOUTH - Static variable in interface net.mtrop.doom.map.MapObjectConstants
Degree Angle for SOUTH.
ANGLE_SOUTHEAST - Static variable in interface net.mtrop.doom.map.MapObjectConstants
Degree Angle for SOUTHEAST.
ANGLE_SOUTHWEST - Static variable in interface net.mtrop.doom.map.MapObjectConstants
Degree Angle for SOUTHWEST.
ANGLE_WEST - Static variable in class net.mtrop.doom.bsp.data.BSPSegment
Binary angle.
ANGLE_WEST - Static variable in interface net.mtrop.doom.map.MapObjectConstants
Degree Angle for WEST.
Animated - Class in net.mtrop.doom.texture
This class represents the contents of a Boom Engine ANIMATED lump.
Animated() - Constructor for class net.mtrop.doom.texture.Animated
Creates a new ANIMATED lump.
Animated.Entry - Class in net.mtrop.doom.texture
Flat entry for ANIMATED.
Animated.TextureType - Enum Class in net.mtrop.doom.texture
Enumeration of Animated Entry Texture types.
ANSI_COLORS - Static variable in class net.mtrop.doom.util.GraphicUtils
ANSI color table.
append(byte) - Method in class net.mtrop.doom.struct.DataList
Appends a byte to the end of this buffer.
append(byte[]) - Method in class net.mtrop.doom.struct.DataList
Appends a series of bytes to the end of this buffer.
append(byte[], int, int) - Method in class net.mtrop.doom.struct.DataList
Appends a series of bytes to the end of this buffer.
apply(Wad) - Method in interface net.mtrop.doom.util.WadUtils.WadFunction
Calls this function with a Wad file.
arguments - Variable in class net.mtrop.doom.map.data.HexenLinedef
Thing action special arguments.
arguments - Variable in class net.mtrop.doom.map.data.HexenThing
Thing action special arguments.
ASCII - Static variable in class net.mtrop.doom.util.TextUtils
ASCII encoding.
ATTRIB_ACTIVATE_ANY_CROSS - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef activation: Anything Crosses.
ATTRIB_ACTIVATE_IMPACT - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenLinedefAttributes
Linedef activation: Projectile Impact.
ATTRIB_ACTIVATE_MONSTER_CROSS - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenLinedefAttributes
Linedef activation: Monster Crosses.
ATTRIB_ACTIVATE_MONSTER_PUSH - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenLinedefAttributes
Linedef activation: Monster Pushes (collide).
ATTRIB_ACTIVATE_MONSTER_USE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenLinedefAttributes
Linedef activation: Monster Crosses.
ATTRIB_ACTIVATE_PLAYER_CROSS - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenLinedefAttributes
Linedef activation: Player Crosses.
ATTRIB_ACTIVATE_PLAYER_PUSH - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenLinedefAttributes
Linedef activation: Player Pushes (collide).
ATTRIB_ACTIVATE_PLAYER_USE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenLinedefAttributes
Linedef activation: Player Uses.
ATTRIB_ACTIVATE_PROJECTILE_CROSS - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenLinedefAttributes
Linedef activation: Projectile Crosses.
ATTRIB_ALPHA - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef alpha component value.
ATTRIB_ALPHA - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing alpha component scalar for supported renderstyles.
ATTRIB_ALPHA_CEILING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector ceiling alpha (useful only with portals).
ATTRIB_ALPHA_FLOOR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector floor alpha (useful only with portals).
ATTRIB_ANGLE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomThingAttributes
Thing angle in degrees.
ATTRIB_ARG0 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenLinedefAttributes
Linedef special argument 0.
ATTRIB_ARG0 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenThingAttributes
Thing special argument 0.
ATTRIB_ARG0STR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef special argument 0, string type.
ATTRIB_ARG0STR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing special argument 0, string type.
ATTRIB_ARG1 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenLinedefAttributes
Linedef special argument 1.
ATTRIB_ARG1 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenThingAttributes
Thing special argument 1.
ATTRIB_ARG2 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenLinedefAttributes
Linedef special argument 2.
ATTRIB_ARG2 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenThingAttributes
Thing special argument 2.
ATTRIB_ARG3 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenLinedefAttributes
Linedef special argument 3.
ATTRIB_ARG3 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenThingAttributes
Thing special argument 3.
ATTRIB_ARG4 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenLinedefAttributes
Linedef special argument 4.
ATTRIB_ARG4 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenThingAttributes
Thing special argument 4.
ATTRIB_COLOR_DESATURATION - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector color desaturation scalar.
ATTRIB_COLOR_FADE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector fade color (hex string RRGGBB).
ATTRIB_COLOR_LIGHT - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector light color (hex string RRGGBB).
ATTRIB_COMMENT - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Object comment.
ATTRIB_CONVERSATION - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing uses a Conversation ID.
ATTRIB_DAMAGE_AMOUNT - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector damage per damage tic (can be negative).
ATTRIB_DAMAGE_INTERVAL - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector damage tic interval.
ATTRIB_DAMAGE_LEAK_CHANCE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector damage "leak" chance (0 - 256).
ATTRIB_DAMAGE_TYPE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector damage type.
ATTRIB_FILLCOLOR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing fill color for stencil renderstyle.
ATTRIB_FLAG_ALLY - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFStrifeThingAttributes
Thing flag: Thing is an ally.
ATTRIB_FLAG_AMBUSH - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomThingAttributes
Thing flag: Ambushes players ("deaf" flag).
ATTRIB_FLAG_BLOCK_EVERYTHING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef flag: Blocks everything.
ATTRIB_FLAG_BLOCK_FLOAT - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFStrifeLinedefAttributes
Linedef flag: Linedef blocks floating enemies.
ATTRIB_FLAG_BLOCK_HITSCAN - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef flag: Blocks hitscan.
ATTRIB_FLAG_BLOCK_MONSTERS - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Linedef flag: blocks monsters.
ATTRIB_FLAG_BLOCK_PLAYERS - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef flag: Blocks players.
ATTRIB_FLAG_BLOCK_PROJECTILES - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef flag: Blocks projectiles.
ATTRIB_FLAG_BLOCK_SIGHT - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef flag: Blocks monster sight.
ATTRIB_FLAG_BLOCK_SOUND - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Linedef flag: Block sound propagation.
ATTRIB_FLAG_BLOCK_USE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef flag: Blocks line use.
ATTRIB_FLAG_BLOCKING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Linedef flag: blocks creatures (players/monsters) a.k.a.
ATTRIB_FLAG_CHECK_SWITCH_RANGE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef flag: Switch activation checks activator height.
ATTRIB_FLAG_CLASS1 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenThingAttributes
Thing flag: Appears for class 1.
ATTRIB_FLAG_CLASS10 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears for class 10.
ATTRIB_FLAG_CLASS11 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears for class 11.
ATTRIB_FLAG_CLASS12 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears for class 12.
ATTRIB_FLAG_CLASS13 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears for class 13.
ATTRIB_FLAG_CLASS14 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears for class 14.
ATTRIB_FLAG_CLASS15 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears for class 15.
ATTRIB_FLAG_CLASS16 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears for class 16.
ATTRIB_FLAG_CLASS2 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenThingAttributes
Thing flag: Appears for class 2.
ATTRIB_FLAG_CLASS3 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenThingAttributes
Thing flag: Appears for class 3.
ATTRIB_FLAG_CLASS4 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears for class 4.
ATTRIB_FLAG_CLASS5 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears for class 5.
ATTRIB_FLAG_CLASS6 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears for class 6.
ATTRIB_FLAG_CLASS7 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears for class 7.
ATTRIB_FLAG_CLASS8 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears for class 8.
ATTRIB_FLAG_CLASS9 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears for class 9.
ATTRIB_FLAG_CLIP_MIDTEX - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef flag: This side's middle texture is clipped by the floor.
ATTRIB_FLAG_COOPERATIVE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomThingAttributes
Thing flag: Co-operative.
ATTRIB_FLAG_DAMAGE_HAZARD - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Use the Strife damage model for hazards (delayed effect).
ATTRIB_FLAG_DAMAGE_TERRAIN_EFFECT - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Upon damage, make a terrain splash.
ATTRIB_FLAG_DEATHMATCH - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomThingAttributes
Thing flag: Deathmatch.
ATTRIB_FLAG_DONT_DRAW - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Linedef flag: Don't draw on automap.
ATTRIB_FLAG_DORMANT - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenThingAttributes
Thing flag: Dormant.
ATTRIB_FLAG_DROPACTORS - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Actors drop instantly with moving floors (may not see explicit use).
ATTRIB_FLAG_FIRST_SIDE_ONLY - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef flag: Activates front-side only.
ATTRIB_FLAG_FRIENDLY - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFMBFThingAttributes
Thing flag: Friendly (Marine's Best Friend-style).
ATTRIB_FLAG_HIDDEN - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Hidden on automap.
ATTRIB_FLAG_INVISIBLE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFStrifeThingAttributes
Thing flag: Thing is invisible.
ATTRIB_FLAG_JUMPOVER - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFStrifeLinedefAttributes
Linedef flag: Linedef is a railing that can be jumped over.
ATTRIB_FLAG_LIGHT_ABSOLUTE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef flag: Relative sidedef light level is instead absolute.
ATTRIB_FLAG_lIGHT_ABSOLUTE_CEILING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Light adjustment for ceiling is absolute, not relative.
ATTRIB_FLAG_lIGHT_ABSOLUTE_FLOOR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Light adjustment for floor is absolute, not relative.
ATTRIB_FLAG_LIGHT_FOG - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef flag: Use light level in fog.
ATTRIB_FLAG_MAPPED - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Linedef flag: Already revealed on automap.
ATTRIB_FLAG_MIDTEX_3D - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef flag: 3D middle texture collision.
ATTRIB_FLAG_MIDTEX_3D_IMPASSABLE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef flag: 3D middle texture collision acts only blocks creatures.
ATTRIB_FLAG_MIDTEX_CLIP - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef flag: Clips the rendering of the middle texture.
ATTRIB_FLAG_MIDTEX_WRAP - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef flag: Wraps/tiles the rendering of the middle texture.
ATTRIB_FLAG_NO_DECALS - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef flag: Disable decals on this wall.
ATTRIB_FLAG_NO_FAKE_CONTRAST - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef flag: Disable the "fake contrast" on angled walls.
ATTRIB_FLAG_NO_FALLINGDAMAGE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: No falling damage.
ATTRIB_FLAG_NO_RESPAWN - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Players cannot respawn in the sector.
ATTRIB_FLAG_PASSTHRU - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Linedef flag: Linedef passes its activation through to another line.
ATTRIB_FLAG_PORTAL_BLOCKSOUND_CEILING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Portal ceiling blocks sound.
ATTRIB_FLAG_PORTAL_BLOCKSOUND_FLOOR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Portal floor blocks sound.
ATTRIB_FLAG_PORTAL_DISABLED_CEILING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Portal ceiling is disabled.
ATTRIB_FLAG_PORTAL_DISABLED_FLOOR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Portal floor is disabled.
ATTRIB_FLAG_PORTAL_NO_PASS_CEILING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Portal ceiling blocks movement.
ATTRIB_FLAG_PORTAL_NO_PASS_FLOOR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Portal floor blocks movement.
ATTRIB_FLAG_PORTAL_NO_RENDER_CEILING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Portal ceiling is not rendered.
ATTRIB_FLAG_PORTAL_NO_RENDER_FLOOR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Portal floor is not rendered.
ATTRIB_FLAG_REPEATABLE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenLinedefAttributes
Linedef flag: Special is repeatable.
ATTRIB_FLAG_SECRET - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Linedef flag: Secret (shows up as 1-sided, blocking on automap).
ATTRIB_FLAG_SECRET - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Count as secret.
ATTRIB_FLAG_SILENT - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Actors are silent in the sector.
ATTRIB_FLAG_SINGLE_PLAYER - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomThingAttributes
Thing flag: Single player.
ATTRIB_FLAG_SKILL1 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomThingAttributes
Thing flag: Appears on skill 1.
ATTRIB_FLAG_SKILL10 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears on skill 10.
ATTRIB_FLAG_SKILL11 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears on skill 11.
ATTRIB_FLAG_SKILL12 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears on skill 12.
ATTRIB_FLAG_SKILL13 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears on skill 13.
ATTRIB_FLAG_SKILL14 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears on skill 14.
ATTRIB_FLAG_SKILL15 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears on skill 15.
ATTRIB_FLAG_SKILL16 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears on skill 16.
ATTRIB_FLAG_SKILL2 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomThingAttributes
Thing flag: Appears on skill 2.
ATTRIB_FLAG_SKILL3 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomThingAttributes
Thing flag: Appears on skill 3.
ATTRIB_FLAG_SKILL4 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomThingAttributes
Thing flag: Appears on skill 4.
ATTRIB_FLAG_SKILL5 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomThingAttributes
Thing flag: Appears on skill 5.
ATTRIB_FLAG_SKILL6 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears on skill 6.
ATTRIB_FLAG_SKILL7 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears on skill 7.
ATTRIB_FLAG_SKILL8 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears on skill 8.
ATTRIB_FLAG_SKILL9 - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing flag: Appears on skill 9.
ATTRIB_FLAG_SMOOTH_LIGHTING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef flag: Disable the "fake contrast" on angled walls.
ATTRIB_FLAG_STANDING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFStrifeThingAttributes
Thing flag: Thing is in a standing mode.
ATTRIB_FLAG_TRANSLUCENT - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFStrifeLinedefAttributes
Linedef flag: Linedef is translucent (75% opaque).
ATTRIB_FLAG_TRANSLUCENT - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFStrifeThingAttributes
Thing flag: Thing is translucent.
ATTRIB_FLAG_TWO_SIDED - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Linedef flag: two sided.
ATTRIB_FLAG_UNPEG_BOTTOM - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Linedef flag: bottom texture unpegged.
ATTRIB_FLAG_UNPEG_TOP - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Linedef flag: top texture unpegged.
ATTRIB_FLAG_USEBACK - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef flag: Player can use the back of the linedef for specials.
ATTRIB_FLAG_WATERZONE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector flag: Is this considered underwater and swimmable?
ATTRIB_FLAG_WRAP_MIDTEX - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef flag: This side's middle texture is wrapped vertically if there is more to draw.
ATTRIB_FLAG_ZONE_BOUNDARY - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef flag: Blocks sound environment propagation.
ATTRIB_GRAVITY - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector gravity scalar.
ATTRIB_GRAVITY - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing gravity scalar.
ATTRIB_HEALTH - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing health (multiplicative).
ATTRIB_HEIGHT - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenThingAttributes
Thing position: height.
ATTRIB_HEIGHT_CEILING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomSectorAttributes
Sector ceiling height.
ATTRIB_HEIGHT_FLOOR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomSectorAttributes
Sector floor height.
ATTRIB_ID - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Linedef id.
ATTRIB_ID - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomSectorAttributes
Sector tag/id.
ATTRIB_ID - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenThingAttributes
Thing id.
ATTRIB_ID_MORE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Additional Sector ids besides the first (space-separated).
ATTRIB_LIGHT - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef relative light level.
ATTRIB_LIGHT_CEILING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector relative ceiling light level.
ATTRIB_LIGHT_FLOOR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector relative floor light level.
ATTRIB_LIGHT_LEVEL - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomSectorAttributes
Sector light level.
ATTRIB_LOCKNUMBER - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef special lock type.
ATTRIB_NAMESPACE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFGlobalAttributes
Global attribute: UDMF namespace.
ATTRIB_OFFSET_BOTTOM_X - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef bottom texture offset, X.
ATTRIB_OFFSET_BOTTOM_Y - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef bottom texture offset, Y.
ATTRIB_OFFSET_MIDDLE_X - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef middle texture offset, X.
ATTRIB_OFFSET_MIDDLE_Y - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef middle texture offset, Y.
ATTRIB_OFFSET_TOP_X - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef upper texture offset, X.
ATTRIB_OFFSET_TOP_Y - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef upper texture offset, Y.
ATTRIB_OFFSET_X - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomSidedefAttributes
Sidedef base texture offset X.
ATTRIB_OFFSET_Y - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomSidedefAttributes
Sidedef base texture offset Y.
ATTRIB_PANNING_CEILING_X - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector ceiling texture panning, X.
ATTRIB_PANNING_CEILING_Y - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector ceiling texture panning, Y.
ATTRIB_PANNING_FLOOR_X - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector floor texture panning, X.
ATTRIB_PANNING_FLOOR_Y - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector floor texture panning, Y.
ATTRIB_PHASE_FLOATBOB - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing float bob phase offset (for bobbing things).
ATTRIB_PITCH - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing pitch (in degrees).
ATTRIB_PLANE_CEILING_A - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector ceiling plane equation, coefficient A (all ceiling coefficients must be specified).
ATTRIB_PLANE_CEILING_B - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector ceiling plane equation, coefficient B (all ceiling coefficients must be specified).
ATTRIB_PLANE_CEILING_C - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector ceiling plane equation, coefficient C (all ceiling coefficients must be specified).
ATTRIB_PLANE_CEILING_D - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector ceiling plane equation, coefficient D (all ceiling coefficients must be specified).
ATTRIB_PLANE_FLOOR_A - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector floor plane equation, coefficient A (all floor coefficients must be specified).
ATTRIB_PLANE_FLOOR_B - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector floor plane equation, coefficient B (all floor coefficients must be specified).
ATTRIB_PLANE_FLOOR_C - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector floor plane equation, coefficient C (all floor coefficients must be specified).
ATTRIB_PLANE_FLOOR_D - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector floor plane equation, coefficient D (all floor coefficients must be specified).
ATTRIB_PORTAL_OVERLAY_TYPE_CEILING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector portal ceiling overlay type.
ATTRIB_PORTAL_OVERLAY_TYPE_FLOOR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector portal floor overlay type.
ATTRIB_POSITION_X - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomThingAttributes
Thing position: x-coordinate.
ATTRIB_POSITION_X - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomVertexAttributes
Vertex position: x-coordinate.
ATTRIB_POSITION_Y - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomThingAttributes
Thing position: y-coordinate.
ATTRIB_POSITION_Y - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomVertexAttributes
Vertex position: y-coordinate.
ATTRIB_POSITION_Z_CEILING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomVertexAttributes
Vertex Z position (ceiling height).
ATTRIB_POSITION_Z_FLOOR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomVertexAttributes
Vertex Z position (floor height).
ATTRIB_RENDERSTYLE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef rendering style.
ATTRIB_RENDERSTYLE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing renderstyle.
ATTRIB_RENDERSTYLE_CEILING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector ceiling renderstyle (useful only with portals/alpha).
ATTRIB_RENDERSTYLE_FLOOR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector floor renderstyle (useful only with portals/alpha).
ATTRIB_ROLL - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing roll (in degrees).
ATTRIB_ROTATION_CEILING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector ceiling texture rotation (degrees).
ATTRIB_ROTATION_FLOOR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector floor texture rotation (degrees).
ATTRIB_SCALE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing size scalar (both axes).
ATTRIB_SCALE_BOTTOM_X - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef bottom texture scaling, X.
ATTRIB_SCALE_BOTTOM_Y - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef bottom texture scaling, Y.
ATTRIB_SCALE_CEILING_X - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector ceiling texture scale, X.
ATTRIB_SCALE_CEILING_Y - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector ceiling texture scale, Y.
ATTRIB_SCALE_FLOOR_X - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector floor texture scale, X.
ATTRIB_SCALE_FLOOR_Y - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector floor texture scale, Y.
ATTRIB_SCALE_MIDDLE_X - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef middle texture scaling, X.
ATTRIB_SCALE_MIDDLE_Y - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef middle texture scaling, Y.
ATTRIB_SCALE_TOP_X - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef upper texture scaling, X.
ATTRIB_SCALE_TOP_Y - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSidedefAttributes
Sidedef upper texture scaling, Y.
ATTRIB_SCALE_X - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing size scalar, X.
ATTRIB_SCALE_Y - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing size scalar, Y.
ATTRIB_SCORE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomThingAttributes
Thing score value.
ATTRIB_SECTOR_INDEX - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomSidedefAttributes
Sidedef sector reference.
ATTRIB_SIDEDEF_BACK - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Linedef Back Sidedef Reference.
ATTRIB_SIDEDEF_FRONT - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Linedef Front Sidedef Reference.
ATTRIB_SOUNDSEQUENCE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector sound sequence name.
ATTRIB_SPECIAL - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Linedef Special type.
ATTRIB_SPECIAL - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomSectorAttributes
Sector special.
ATTRIB_SPECIAL - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFHexenThingAttributes
Thing Special type.
ATTRIB_TERRAIN_CEILING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector ceiling terrain.
ATTRIB_TERRAIN_FLOOR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomSectorAttributes
Sector floor terrain.
ATTRIB_TEXTURE_BOTTOM - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomSidedefAttributes
Sidedef bottom texture.
ATTRIB_TEXTURE_CEILING - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomSectorAttributes
Sector ceiling texture.
ATTRIB_TEXTURE_FLOOR - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomSectorAttributes
Sector floor texture.
ATTRIB_TEXTURE_MIDDLE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomSidedefAttributes
Sidedef middle texture.
ATTRIB_TEXTURE_TOP - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomSidedefAttributes
Sidedef top texture.
ATTRIB_TRANSPARENT - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFZDoomLinedefAttributes
Linedef flag: Strife Transparent (25% opaque)
ATTRIB_TYPE - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomThingAttributes
Thing type.
ATTRIB_VERTEX_END - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Linedef second vertex.
ATTRIB_VERTEX_START - Static variable in interface net.mtrop.doom.map.udmf.attributes.UDMFDoomLinedefAttributes
Linedef first vertex.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form