Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
O
- OBJECT - Enum constant in enum class net.mtrop.doom.map.udmf.UDMFScanner.ElementType
-
Element is a UDMFObject.
- offName - Variable in class net.mtrop.doom.texture.Switches.Entry
-
The "off" texture name.
- offset - Variable in class net.mtrop.doom.bsp.data.BSPSegment
-
This Seg's offset along linedef.
- onAttribute(String, Object) - Method in class net.mtrop.doom.map.udmf.listener.UDMFFullTableListener
- onAttribute(String, Object) - Method in class net.mtrop.doom.map.udmf.listener.UDMFInlineTypeListener
- onAttribute(String, Object) - Method in class net.mtrop.doom.map.udmf.listener.UDMFTypeListener
- onAttribute(String, Object) - Method in interface net.mtrop.doom.map.udmf.UDMFParserListener
-
Called when an attribute is read from a UDMF structure.
- onControllerChangeEvent(int, int, int) - Method in interface net.mtrop.doom.sound.MUS.SequencerListener
-
Called on a controller change event.
- onEnd() - Method in class net.mtrop.doom.map.udmf.listener.UDMFFullTableListener
- onEnd() - Method in class net.mtrop.doom.map.udmf.listener.UDMFInlineTypeListener
- onEnd() - Method in class net.mtrop.doom.map.udmf.listener.UDMFTypeListener
- onEnd() - Method in interface net.mtrop.doom.map.udmf.UDMFParserListener
-
Called when reading a UDMF document ends.
- onGlobalAttribute(String, Object) - Method in class net.mtrop.doom.map.udmf.listener.UDMFInlineTypeListener
-
Called when a global attribute is encountered.
- onGlobalAttribute(String, Object) - Method in class net.mtrop.doom.map.udmf.listener.UDMFTypeListener
-
Called when a global attribute is encountered.
- onName - Variable in class net.mtrop.doom.texture.Switches.Entry
-
The "on" texture name.
- onNotePlayEvent(int, int) - Method in interface net.mtrop.doom.sound.MUS.SequencerListener
-
Called on note play.
- onNotePlayEvent(int, int, int) - Method in interface net.mtrop.doom.sound.MUS.SequencerListener
-
Called on note play (with volume change).
- onNoteReleaseEvent(int, int) - Method in interface net.mtrop.doom.sound.MUS.SequencerListener
-
Called on note release.
- onObjectEnd(String) - Method in class net.mtrop.doom.map.udmf.listener.UDMFFullTableListener
- onObjectEnd(String) - Method in class net.mtrop.doom.map.udmf.listener.UDMFInlineTypeListener
- onObjectEnd(String) - Method in class net.mtrop.doom.map.udmf.listener.UDMFTypeListener
- onObjectEnd(String) - Method in interface net.mtrop.doom.map.udmf.UDMFParserListener
-
Called when an object is ended in a UDMF structure.
- onObjectStart(String) - Method in class net.mtrop.doom.map.udmf.listener.UDMFFullTableListener
- onObjectStart(String) - Method in class net.mtrop.doom.map.udmf.listener.UDMFInlineTypeListener
- onObjectStart(String) - Method in class net.mtrop.doom.map.udmf.listener.UDMFTypeListener
- onObjectStart(String) - Method in interface net.mtrop.doom.map.udmf.UDMFParserListener
-
Called when the start of an object is read from a UDMF structure.
- onParseError(String) - Method in class net.mtrop.doom.map.udmf.listener.UDMFFullTableListener
- onParseError(String) - Method in class net.mtrop.doom.map.udmf.listener.UDMFInlineTypeListener
- onParseError(String) - Method in class net.mtrop.doom.map.udmf.listener.UDMFTypeListener
- onParseError(String) - Method in interface net.mtrop.doom.map.udmf.UDMFParserListener
-
Called when a parsing error occurs.
- onPitchEvent(int, int) - Method in interface net.mtrop.doom.sound.MUS.SequencerListener
-
Called on a pitch wheel change.
- onScoreEnd(int) - Method in interface net.mtrop.doom.sound.MUS.SequencerListener
-
Called on score end.
- onStart() - Method in class net.mtrop.doom.map.udmf.listener.UDMFFullTableListener
- onStart() - Method in class net.mtrop.doom.map.udmf.listener.UDMFInlineTypeListener
- onStart() - Method in class net.mtrop.doom.map.udmf.listener.UDMFTypeListener
- onStart() - Method in interface net.mtrop.doom.map.udmf.UDMFParserListener
-
Called when reading a UDMF document starts.
- onSystemEvent(int, int) - Method in interface net.mtrop.doom.sound.MUS.SequencerListener
-
Called on a system event.
- onType(String, UDMFObject) - Method in class net.mtrop.doom.map.udmf.listener.UDMFInlineTypeListener
-
Called when the parser has finished reading an object.
- onType(String, UDMFObject) - Method in class net.mtrop.doom.map.udmf.listener.UDMFTypeListener
-
Called when the parser has finished reading an object.
- openWadAnd(File, WadUtils.WadConsumer) - Static method in class net.mtrop.doom.util.WadUtils
-
Opens a WAD file, performs an action on it, and then closes it automatically afterward.
- openWadAnd(String, WadUtils.WadConsumer) - Static method in class net.mtrop.doom.util.WadUtils
-
Opens a WAD file, performs an action on it, and then closes it automatically afterward.
- openWadAndExtractBuffer(File, WadUtils.WadFunction<WadEntry[]>) - Static method in class net.mtrop.doom.util.WadUtils
-
Opens a WAD file, exports a list of entries to a new returned
WadBuffer
, and then closes it automatically afterward. - openWadAndExtractBuffer(String, WadUtils.WadFunction<WadEntry[]>) - Static method in class net.mtrop.doom.util.WadUtils
-
Opens a WAD file, exports a list of entries to a new returned
WadBuffer
, and then closes it automatically afterward. - openWadAndExtractTo(File, File, WadUtils.WadFunction<WadEntry[]>) - Static method in class net.mtrop.doom.util.WadUtils
-
Opens a WAD file, exports a list of entries to a new WAD, and then closes both automatically afterward.
- openWadAndExtractTo(File, String, WadUtils.WadFunction<WadEntry[]>) - Static method in class net.mtrop.doom.util.WadUtils
-
Opens a WAD file, exports a list of entries to a new WAD, and then closes both automatically afterward.
- openWadAndExtractTo(String, File, WadUtils.WadFunction<WadEntry[]>) - Static method in class net.mtrop.doom.util.WadUtils
-
Opens a WAD file, exports a list of entries to a new WAD, and then closes both automatically afterward.
- openWadAndExtractTo(String, String, WadUtils.WadFunction<WadEntry[]>) - Static method in class net.mtrop.doom.util.WadUtils
-
Opens a WAD file, exports a list of entries to a new WAD, and then closes both automatically afterward.
- openWadAndGet(File, WadUtils.WadFunction<R>) - Static method in class net.mtrop.doom.util.WadUtils
-
Opens a WAD file, retrieves information from it (which is returned), and then closes it automatically afterward.
- openWadAndGet(String, WadUtils.WadFunction<R>) - Static method in class net.mtrop.doom.util.WadUtils
-
Opens a WAD file, retrieves information from it, and then closes it automatically afterward.
- OPTION_FLAGS_LENGTH - Static variable in class net.mtrop.doom.demo.Demo
-
Length of option flag chunk in Boom DEMOs.
- originX - Variable in class net.mtrop.doom.texture.CommonPatch
-
Horizontal offset of the patch.
- originY - Variable in class net.mtrop.doom.texture.CommonPatch
-
Vertical offset of the patch.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form