Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- game - Variable in class net.mtrop.doom.texture.Switches.Entry
-
The game that this is used for.
- get() - Method in class net.mtrop.doom.util.WadUtils.WadEntryAccumulator
-
Gets all of the entries in this accumulator, in the order that they were added to it.
- get(int) - Method in class net.mtrop.doom.struct.vector.AbstractArrayStorage
-
Gets data at a particular index in the array.
- get(int) - Method in class net.mtrop.doom.struct.vector.AbstractVector
-
Gets an object at an index in the vector.
- get(int) - Method in class net.mtrop.doom.texture.Animated
-
Returns an Animated entry at a specific index.
- get(int) - Method in class net.mtrop.doom.texture.PatchNames
-
Gets the patch entry at a specific index.
- get(int) - Method in class net.mtrop.doom.texture.Switches
-
Returns a switch entry at a specific index.
- get(int, int) - Method in class net.mtrop.doom.struct.map.SparseGridIndex
-
Gets the object at a particular part of the grid.
- get(String) - Method in class net.mtrop.doom.map.udmf.UDMFObject
-
Gets a corresponding attribute by name.
- get(K) - Method in class net.mtrop.doom.struct.trie.AbstractTrieMap
-
Returns a value for the key provided.
- getAction() - Method in class net.mtrop.doom.demo.Demo.Tic
- getActivationType() - Method in class net.mtrop.doom.map.data.HexenLinedef
-
Gets the activation type of this line.
- getAfter(V, List<V>) - Method in class net.mtrop.doom.struct.trie.AbstractTrie
-
Returns all values descending from the end of a search for a particular value.
- getAfter(V, List<V>, int) - Method in class net.mtrop.doom.struct.trie.AbstractTrie
-
Returns all values descending from the end of a search for a particular value.
- getAfterKey(K, List<V>) - Method in class net.mtrop.doom.struct.trie.AbstractTrieMap
-
Returns all values descending from the end of a search for a particular key.
- getAfterKey(K, List<V>, int) - Method in class net.mtrop.doom.struct.trie.AbstractTrieMap
-
Returns all values descending from the end of a search for a particular value.
- getAllEntries() - Method in interface net.mtrop.doom.Wad
-
Returns all WadEntry objects (in a new array).
- getAllEntries(String) - Method in interface net.mtrop.doom.Wad
-
Returns all WadEntry objects named
entryName
. - getAllEntryIndices(String) - Method in interface net.mtrop.doom.Wad
-
Gets the indices of all WadEntry objects named
entryName
. - getAllMapHeaders(Wad) - Static method in class net.mtrop.doom.util.MapUtils
-
Returns all of the entry names of every map in the wad.
- getAllMapIndices(Wad) - Static method in class net.mtrop.doom.util.MapUtils
-
Returns all of the indices of every map in the wad.
- getAllObjectNames() - Method in class net.mtrop.doom.map.udmf.UDMFTable
- getAllowPushers() - Method in class net.mtrop.doom.demo.Demo
-
Gets if push/pull objects are enabled.
- getAllowsDecals() - Method in class net.mtrop.doom.texture.Animated.Entry
-
Returns if this texture allows decals on it, despite it being animated.
- getAngle() - Method in class net.mtrop.doom.bsp.data.BSPSegment
- getAngle() - Method in class net.mtrop.doom.map.data.DoomThing
- getArgument(int) - Method in class net.mtrop.doom.map.data.HexenLinedef
-
Gets a special argument.
- getArgument(int) - Method in class net.mtrop.doom.map.data.HexenThing
-
Gets a special argument.
- getArguments() - Method in class net.mtrop.doom.map.data.HexenLinedef
-
Gets the special arguments copied into a new array.
- getArguments() - Method in class net.mtrop.doom.map.data.HexenThing
-
Gets the special arguments copied into a new array.
- getAudioInputStream(DMXSound) - Static method in class net.mtrop.doom.util.SoundUtils
-
Creates an AudioInputStream for a DMX Sound.
- getBackgroundColor(int, int) - Method in class net.mtrop.doom.graphics.EndDoom
-
Gets the ANSI color to use for the background color for the desired position.
- getBefore(V, List<V>) - Method in class net.mtrop.doom.struct.trie.AbstractTrie
-
Returns all values in the order that they are found on the way through the Trie searching for a particular value.
- getBefore(V, List<V>, int) - Method in class net.mtrop.doom.struct.trie.AbstractTrie
-
Returns all values in the order that they are found on the way through the Trie searching for a particular value.
- getBeforeKey(K, List<V>) - Method in class net.mtrop.doom.struct.trie.AbstractTrieMap
-
Returns all values in the order that they are found on the way through the Trie searching for a particular corresponding value.
- getBeforeKey(K, List<V>, int) - Method in class net.mtrop.doom.struct.trie.AbstractTrieMap
-
Returns all values in the order that they are found on the way through the Trie searching for a particular corresponding value.
- getBlinking(int, int) - Method in class net.mtrop.doom.graphics.EndDoom
-
Gets if the foreground character is blinking for the desired position.
- getBoolean(String) - Method in class net.mtrop.doom.map.udmf.UDMFObject
-
Gets the boolean value of an arbitrary object attribute.
- getBoolean(String, Boolean) - Method in class net.mtrop.doom.map.udmf.UDMFObject
-
Gets the boolean value of an arbitrary object attribute.
- getBoolean(T, int) - Method in interface net.mtrop.doom.map.MapElementView
-
Gets the corresponding value on the element as a boolean.
- getBoolean(T, int, boolean) - Method in interface net.mtrop.doom.map.MapElementView
-
Gets the corresponding value on the element as a boolean.
- getCapacity() - Method in class net.mtrop.doom.struct.DataList
-
Gets the capacity of this buffer.
- getCapacity() - Method in class net.mtrop.doom.struct.vector.AbstractVector
-
Gets the capacity of this vector (size before it resizes itself).
- getCapacity() - Method in class net.mtrop.doom.WadBuffer
-
Gets the capacity of this buffer.
- getCapacityIncrement() - Method in class net.mtrop.doom.struct.DataList
-
Returns the capacity increment value.
- getCapacityIncrement() - Method in class net.mtrop.doom.struct.vector.AbstractVector
- getCapacityIncrement() - Method in class net.mtrop.doom.WadBuffer
-
Returns the capacity increment value.
- getChannel() - Method in class net.mtrop.doom.sound.MUS.Event
- getCharAt(int, int) - Method in class net.mtrop.doom.graphics.EndDoom
-
Returns the Unicode character at the desired position.
- getCharIndex() - Method in class net.mtrop.doom.struct.Lexer.Token
- getColor(int) - Method in class net.mtrop.doom.graphics.Palette
-
Returns the Color of a specific index in the palette.
- getColorARGB(int) - Method in class net.mtrop.doom.graphics.Palette
-
Returns the Color of a specific index in the palette as a 32-bit ARGB integer.
- getColumnByMapPosition(int) - Method in class net.mtrop.doom.map.data.Blockmap
-
Returns the column index used by a particular map position, according to this grid's startX value.
- getCompatibilityFlag(int) - Method in class net.mtrop.doom.demo.Demo
-
Gets a compatibility flag setting.
- getCompatibilityLevel() - Method in class net.mtrop.doom.demo.Demo
-
Gets the demo's stored compatibility level.
- getContent(int, int) - Method in interface net.mtrop.doom.Wad
-
Gets a series of bytes representing the data at an arbitrary place in the Wad.
- getContent(int, int) - Method in class net.mtrop.doom.WadMap
- getContentLength() - Method in interface net.mtrop.doom.Wad
- getContentLength() - Method in class net.mtrop.doom.WadBuffer
- getContentLength() - Method in class net.mtrop.doom.WadFile
- getContentLength() - Method in class net.mtrop.doom.WadMap
- getController() - Method in class net.mtrop.doom.sound.MUS.ControllerChangeEvent
- getCRCNumber() - Method in class net.mtrop.doom.struct.io.PNGContainerReader.Chunk
- getCurrentLexeme() - Method in class net.mtrop.doom.struct.Lexer
-
Gets the current token lexeme.
- getCurrentLineCharacterIndex() - Method in class net.mtrop.doom.struct.Lexer.ReaderStack
- getCurrentLineNumber() - Method in class net.mtrop.doom.struct.Lexer
-
Gets the lexer's current stream's line number.
- getCurrentLineNumber() - Method in class net.mtrop.doom.struct.Lexer.ReaderStack
- getCurrentStream() - Method in class net.mtrop.doom.struct.Lexer
-
Gets the current stream.
- getCurrentStreamName() - Method in class net.mtrop.doom.struct.Lexer
- getCurrentStreamName() - Method in class net.mtrop.doom.struct.Lexer.ReaderStack
- getData() - Method in class net.mtrop.doom.struct.io.PNGContainerReader.Chunk
- getData(int) - Method in class net.mtrop.doom.struct.DataList
-
Gets a byte of data from this buffer.
- getData(int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of a particular entry index.
- getData(int, byte[]) - Method in class net.mtrop.doom.struct.DataList
-
Gets a subset of data from this buffer.
- getData(int, byte[], int, int) - Method in class net.mtrop.doom.struct.DataList
-
Gets a subset of data from this buffer.
- getData(int, int) - Method in class net.mtrop.doom.struct.DataList
-
Gets a subset of data from this buffer.
- getData(String) - Method in class net.mtrop.doom.DoomPK3
-
Gets the data in one entry in the PK3 by entry name (path and all).
- getData(String) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry.
- getData(String, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting index.
- getData(String, String) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting entry (by name).
- getData(WadEntry) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the specified entry.
- getData(WadEntry) - Method in class net.mtrop.doom.WadMap
- getDataAs(int, Class<BO>) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of an entry at a particular index as a deserialized lump.
- getDataAs(int, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of an entry at a particular index as a deserialized lump of multiple objects.
- getDataAs(String, int, Class<BO>) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting index as a deserialized lump.
- getDataAs(String, int, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting index as a deserialized lump of multiple objects.
- getDataAs(String, Class<BO>) - Method in class net.mtrop.doom.DoomPK3
-
Retrieves the data for a particular entry as a deserialized lump.
- getDataAs(String, Class<BO>) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry as a deserialized lump.
- getDataAs(String, Class<BO>, int) - Method in class net.mtrop.doom.DoomPK3
-
Retrieves the data for a particular entry as a deserialized lump of multiple objects.
- getDataAs(String, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry as a deserialized lump of multiple objects.
- getDataAs(String, String, Class<BO>) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting entry (by name) as a deserialized lump.
- getDataAs(String, String, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting entry (by name) as a deserialized lump of multiple objects.
- getDataAs(WadEntry, Class<BO>) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the specified entry as a deserialized lump.
- getDataAs(WadEntry, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the specified entry as a deserialized lump of multiple objects.
- getDataAsList(int, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of an entry at a particular index as a deserialized lump of multiple objects.
- getDataAsList(String, int, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting index as a deserialized lump of multiple objects.
- getDataAsList(String, Class<BO>, int) - Method in class net.mtrop.doom.DoomPK3
-
Retrieves the data for a particular entry as a deserialized lump of multiple objects.
- getDataAsList(String, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry as a deserialized lump of multiple objects.
- getDataAsList(String, String, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting entry (by name) as a deserialized lump of multiple objects.
- getDataAsList(WadEntry, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the specified entry as a deserialized lump of multiple objects.
- getDataAsTempWadFile(String, File) - Method in class net.mtrop.doom.DoomPK3
-
Retrieves the data for a particular entry, extracts it, and, presuming it to be a WAD of some kind, opens it as a WadFile.
- getDataAsTempWadFile(String, String) - Method in class net.mtrop.doom.DoomPK3
-
Retrieves the data for a particular entry, extracts it, and, presuming it to be a WAD of some kind, opens it as a WadFile.
- getDataAsWadBuffer(String) - Method in class net.mtrop.doom.DoomPK3
-
Retrieves the data for a particular entry, presuming it to be a WAD of some kind, and returns it as a fully read WadBuffer.
- getDataAsWadMap(String) - Method in class net.mtrop.doom.DoomPK3
-
Retrieves the data for a particular entry, presuming it to be a WAD of some kind, and returns it as a WadMap.
- getDataName() - Method in class net.mtrop.doom.struct.io.JSPISoundHandle
- getDecimalSeparator() - Method in class net.mtrop.doom.struct.Lexer.Kernel
-
Gets the current decimal separator character.
- getDecodedAudioFormat() - Method in class net.mtrop.doom.struct.io.JSPISoundHandle.Decoder
- getDecoder() - Method in class net.mtrop.doom.struct.io.JSPISoundHandle
- getDemoInsurance() - Method in class net.mtrop.doom.demo.Demo
-
Gets what kind of "demo insurance" this is set for.
- getDescendantValues() - Method in class net.mtrop.doom.struct.trie.AbstractTrie.Result
- getDirection() - Method in class net.mtrop.doom.bsp.data.BSPSegment
- getDogsJump() - Method in class net.mtrop.doom.demo.Demo
-
Gets if helper dogs jump.
- getDouble(T, int) - Method in interface net.mtrop.doom.map.MapElementView
-
Gets the corresponding value on the element as a double.
- getDouble(T, int, double) - Method in interface net.mtrop.doom.map.MapElementView
-
Gets the corresponding value on the element as a double.
- getEnableDogs() - Method in class net.mtrop.doom.demo.Demo
-
Gets if helper dogs are enabled.
- getEnableFriction() - Method in class net.mtrop.doom.demo.Demo
-
Gets if the friction specials are enabled.
- getEnableMonkeys() - Method in class net.mtrop.doom.demo.Demo
-
Gets if helper monkeys are enabled.
- getEnablePlayerBobbing() - Method in class net.mtrop.doom.demo.Demo
-
Gets if player bobbing is enabled.
- getEnableWeaponRecoil() - Method in class net.mtrop.doom.demo.Demo
-
Gets if weapon recoil is enabled.
- getEncounteredValues() - Method in class net.mtrop.doom.struct.trie.AbstractTrie.Result
- getEntriesInNamespace(Wad, String) - Static method in class net.mtrop.doom.util.WadUtils
-
Finds all entries within a WAD entry namespace.
- getEntriesInNamespace(Wad, String, Pattern) - Static method in class net.mtrop.doom.util.WadUtils
-
Finds all entries within a WAD entry namespace.
- getEntriesStartingWith(String) - Method in class net.mtrop.doom.DoomPK3
-
Returns a list of all entries that start with a type of key.
- getEntry(int) - Method in interface net.mtrop.doom.Wad
-
Gets the WadEntry at index n.
- getEntry(int) - Method in class net.mtrop.doom.WadBuffer
- getEntry(int) - Method in class net.mtrop.doom.WadFile
- getEntry(int) - Method in class net.mtrop.doom.WadMap
- getEntry(String) - Method in interface net.mtrop.doom.Wad
-
Gets the first WadEntry named
entryName
. - getEntry(String, int) - Method in interface net.mtrop.doom.Wad
-
Z Gets the first WadEntry named
entryName
, starting from a particular index. - getEntry(String, String) - Method in interface net.mtrop.doom.Wad
-
Gets the first WadEntry named
entryName
, starting from a particular entry's index. - getEntryCount() - Method in class net.mtrop.doom.DoomPK3
- getEntryCount() - Method in class net.mtrop.doom.texture.Animated
- getEntryCount() - Method in class net.mtrop.doom.texture.Switches
- getEntryCount() - Method in interface net.mtrop.doom.Wad
- getEntryCount() - Method in class net.mtrop.doom.WadBuffer
- getEntryCount() - Method in class net.mtrop.doom.WadFile
- getEntryCount() - Method in class net.mtrop.doom.WadMap
- getEntryListOffset() - Method in class net.mtrop.doom.WadFile
- getEntryName(ZipEntry) - Static method in class net.mtrop.doom.DoomPK3
-
Gets the "entry name" for a ZipEntry, which is just the filename itself minus extension.
- getEpisode() - Method in class net.mtrop.doom.demo.Demo
-
Gets the episode that this demo is for.
- getErrorMessages() - Method in class net.mtrop.doom.map.udmf.listener.UDMFFullTableListener
- getFastMonsters() - Method in class net.mtrop.doom.demo.Demo
-
Is fast monsters set for this demo?
- getFile(String, File) - Method in class net.mtrop.doom.DoomPK3
-
Gets the data in one entry in the PK3 and extracts it to a file.
- getFile(String, String) - Method in class net.mtrop.doom.DoomPK3
-
Gets the data in one entry in the PK3 and extracts it to a file.
- getFileAbsolutePath() - Method in class net.mtrop.doom.WadFile
-
Returns this Wad's file absolute path.
- getFileFormat() - Method in class net.mtrop.doom.struct.io.JSPISoundHandle.Decoder
- getFileName() - Method in class net.mtrop.doom.DoomPK3
-
Gets this file's name (and just the name).
- getFileName() - Method in class net.mtrop.doom.WadFile
-
Returns this Wad's file name.
- getFilePath() - Method in class net.mtrop.doom.DoomPK3
-
Gets this file's path.
- getFilePath() - Method in class net.mtrop.doom.WadFile
-
Gets this Wad's file path.
- getFirstName() - Method in class net.mtrop.doom.texture.Animated.Entry
- getFlags() - Method in class net.mtrop.doom.map.data.DoomLinedef
- getFlags() - Method in class net.mtrop.doom.map.data.DoomThing
- getFloat(String) - Method in class net.mtrop.doom.map.udmf.UDMFObject
-
Gets the integer value of an arbitrary object attribute.
- getFloat(String, Float) - Method in class net.mtrop.doom.map.udmf.UDMFObject
-
Gets the integer value of an arbitrary object attribute.
- getFloat(T, int) - Method in interface net.mtrop.doom.map.MapElementView
-
Gets the corresponding value on the element as a float.
- getFloat(T, int, float) - Method in interface net.mtrop.doom.map.MapElementView
-
Gets the corresponding value on the element as a float.
- getForceOldBSP() - Method in class net.mtrop.doom.demo.Demo
-
Gets if old BSP methods are forced.
- getForegroundColor(int, int) - Method in class net.mtrop.doom.graphics.EndDoom
-
Gets the ANSI color to use for the foreground color for the desired position.
- getFormat() - Method in class net.mtrop.doom.struct.io.JSPISoundHandle.Decoder
- getForwardMovement() - Method in class net.mtrop.doom.demo.Demo.Tic
-
Returns forward movement units.
- getFoundValue() - Method in class net.mtrop.doom.struct.trie.AbstractTrie.Result
- getFriendFollowDistance() - Method in class net.mtrop.doom.demo.Demo
-
Gets the follow distance of allied CPU friends.
- getGame() - Method in class net.mtrop.doom.texture.Switches.Entry
- getGameMode() - Method in class net.mtrop.doom.demo.Demo
-
Gets the game mode that this demo is for.
- getGlobalFields() - Method in class net.mtrop.doom.map.udmf.UDMFTable
- getHeight() - Method in class net.mtrop.doom.graphics.Flat
- getHeight() - Method in interface net.mtrop.doom.graphics.IndexedGraphic
-
Deprecated.
- getHeight() - Method in class net.mtrop.doom.graphics.Picture
-
Returns the height of this graphic in pixels.
- getHeight() - Method in class net.mtrop.doom.graphics.PNGPicture
- getHeight() - Method in class net.mtrop.doom.map.data.HexenThing
- getHeight() - Method in interface net.mtrop.doom.object.GraphicObject
- getHeight() - Method in class net.mtrop.doom.texture.CommonTexture
- getHeight() - Method in class net.mtrop.doom.texture.TextureSet.Texture
- getHeightCeiling() - Method in class net.mtrop.doom.map.data.DoomSector
- getHeightFloor() - Method in class net.mtrop.doom.map.data.DoomSector
- getHelperCount() - Method in class net.mtrop.doom.demo.Demo
- getId() - Method in class net.mtrop.doom.map.data.HexenThing
- getImage() - Method in class net.mtrop.doom.graphics.PNGPicture
-
Gets the reference to this image's internal buffered image.
- getIndex(int, int) - Method in class net.mtrop.doom.graphics.EndDoom
-
Returns the correct array index for a specific row/column.
- getIndexList(int, int) - Method in class net.mtrop.doom.map.data.Blockmap
-
Returns an iterable structure for linedef indices for a certain block.
- getIndexListForPosition(int, int) - Method in class net.mtrop.doom.map.data.Blockmap
-
Returns an iterable structure for linedef indices for a certain block using a map position.
- getIndexOf(T) - Method in class net.mtrop.doom.struct.vector.AbstractVector
-
Gets the index of an object, presumably in the vector.
- getIndexUsingKey(K) - Method in class net.mtrop.doom.struct.vector.AbstractMappedVector
-
Retrieves an object in this mapping using a key.
- getInlineScanner(int, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of a particular entry at a specific index and returns it as a deserializing scanner iterator that returns the same object instance with its contents changed.
- getInlineScanner(String, int, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting index and returns it as a deserializing scanner iterator that returns the same object instance with its contents changed.
- getInlineScanner(String, Class<BO>, int) - Method in class net.mtrop.doom.DoomPK3
-
Retrieves the data for a particular entry and returns it as a deserializing scanner iterator that returns the same object instance with its contents changed.
- getInlineScanner(String, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry and returns it as a deserializing scanner iterator that returns the same object instance with its contents changed.
- getInlineScanner(String, String, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting entry (by name) and returns it as a deserializing scanner iterator that returns the same object instance with its contents changed.
- getInlineScanner(WadEntry, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the specified entry and returns it as a deserializing scanner iterator that returns the same object instance with its contents changed.
- getInputStream(int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of a particular entry index and returns it as a stream.
- getInputStream(String) - Method in class net.mtrop.doom.DoomPK3
-
Gets the data in one entry in the PK3 as an input stream by entry name (path and all).
- getInputStream(String) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry and returns it as a stream.
- getInputStream(String, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting index and returns it as a stream.
- getInputStream(String, String) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting entry (by name) and returns it as a stream.
- getInputStream(WadEntry) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the specified entry from a starting index and returns it as a stream.
- getInputStream(WadEntry) - Method in class net.mtrop.doom.WadBuffer
- getInputStream(WadEntry) - Method in class net.mtrop.doom.WadMap
- getInstrumentPatch(int) - Method in class net.mtrop.doom.sound.MUS
-
Gets an instrument patch to preload.
- getInstrumentPatchCount() - Method in class net.mtrop.doom.sound.MUS
- getInteger(String) - Method in class net.mtrop.doom.map.udmf.UDMFObject
-
Gets the integer value of an arbitrary object attribute.
- getInteger(String, Integer) - Method in class net.mtrop.doom.map.udmf.UDMFObject
-
Gets the integer value of an arbitrary object attribute.
- getInteger(T, int) - Method in interface net.mtrop.doom.map.MapElementView
-
Gets the corresponding value on the element as an integer.
- getInteger(T, int, int) - Method in interface net.mtrop.doom.map.MapElementView
-
Gets the corresponding value on the element as an integer.
- getInterpolationFactor(double, double, double) - Static method in class net.mtrop.doom.util.MathUtils
-
Gets a scalar factor that equals how "far along" a value is along an interval.
- getKeysAfterKey(K, List<K>) - Method in class net.mtrop.doom.struct.trie.AbstractTrieMap
-
Returns all keys descending from the end of a search for a particular key.
- getKeysAfterKey(K, List<K>, int) - Method in class net.mtrop.doom.struct.trie.AbstractTrieMap
-
Returns all keys descending from the end of a search for a particular key.
- getKeysBeforeKey(K, List<K>) - Method in class net.mtrop.doom.struct.trie.AbstractTrieMap
-
Returns all keys in the order that they are found on the way through the Trie searching for a particular matching key.
- getKeysBeforeKey(K, List<K>, int) - Method in class net.mtrop.doom.struct.trie.AbstractTrieMap
-
Returns all keys in the order that they are found on the way through the Trie searching for a particular matching key.
- getKeyWithRemainderByKey(K, List<S>) - Method in class net.mtrop.doom.struct.trie.AbstractTrieMap
-
Returns the last-encountered key down a trie search, plus the remainder of the segments generated by the key from the last-matched segment.
- getKeyWithRemainderByKey(K, List<S>, int) - Method in class net.mtrop.doom.struct.trie.AbstractTrieMap
-
Returns the last-encountered key down a trie search, plus the remainder of the segments generated by the key from the last-matched segment.
- getLastEntry(String) - Method in interface net.mtrop.doom.Wad
-
Gets the last WadEntry named
entryName
. - getLastName() - Method in class net.mtrop.doom.texture.Animated.Entry
- getLeftChildIsLeaf() - Method in class net.mtrop.doom.bsp.data.BSPNode
- getLeftRect() - Method in class net.mtrop.doom.bsp.data.BSPNode
- getLeftSubsectorIndex() - Method in class net.mtrop.doom.bsp.data.BSPNode
- getLength() - Method in class net.mtrop.doom.demo.Demo
- getLexeme() - Method in class net.mtrop.doom.struct.Lexer.Token
- getLexer() - Method in class net.mtrop.doom.struct.Lexer.Parser
-
Gets the
Lexer
that this Parser uses. - getLightLevel() - Method in class net.mtrop.doom.map.data.DoomSector
- getLinedef(int) - Method in class net.mtrop.doom.map.DoomMap
- getLinedef(int) - Method in interface net.mtrop.doom.map.MapView
-
Gets the linedef at a specific index.
- getLinedefCount() - Method in class net.mtrop.doom.map.DoomMap
- getLinedefCount() - Method in interface net.mtrop.doom.map.MapView
- getLinedefIndex() - Method in class net.mtrop.doom.bsp.data.BSPSegment
- getLinedefs() - Method in class net.mtrop.doom.map.DoomMap
- getLineNumber() - Method in class net.mtrop.doom.struct.Lexer.Token
- getLong(T, int) - Method in interface net.mtrop.doom.map.MapElementView
-
Gets the corresponding value on the element as a long.
- getLong(T, int, long) - Method in interface net.mtrop.doom.map.MapElementView
-
Gets the corresponding value on the element as a double.
- getMap() - Method in class net.mtrop.doom.demo.Demo
- getMapEntries(Wad, int) - Static method in class net.mtrop.doom.util.MapUtils
-
Returns the entries in a map, including the header.
- getMapEntries(Wad, String) - Static method in class net.mtrop.doom.util.MapUtils
-
Returns the entries in a map, including the header, if the map is found.
- getMapEntryCount(Wad, int) - Static method in class net.mtrop.doom.util.MapUtils
-
Returns the amount of entries in a map, including the header.
- getMapEntryCount(Wad, String) - Static method in class net.mtrop.doom.util.MapUtils
-
Returns the amount of entries in a map, including the header.
- getMapFormat(Wad, int) - Static method in class net.mtrop.doom.util.MapUtils
-
Figures out a map's format by its entry listing.
- getMapFormat(Wad, String) - Static method in class net.mtrop.doom.util.MapUtils
-
Figures out a map's format by its entry listing.
- getMappingKey(T) - Method in class net.mtrop.doom.struct.vector.AbstractMappedVector
-
Returns the mapping value to use for mapping an object.
- getMonsterBacking() - Method in class net.mtrop.doom.demo.Demo
-
Gets if monster backing is enabled.
- getMonsterFriction() - Method in class net.mtrop.doom.demo.Demo
-
Gets if monsters are susceptible to environmental friction.
- getMonsterInfighting() - Method in class net.mtrop.doom.demo.Demo
-
Gets if monster infighting is enabled.
- getMonsterRespawn() - Method in class net.mtrop.doom.demo.Demo
-
Is monster respawning set for this demo?
- getMonstersAvoidHazards() - Method in class net.mtrop.doom.demo.Demo
-
Gets if monsters avoid hazardous areas.
- getMonstersRememberTarget() - Method in class net.mtrop.doom.demo.Demo
-
Gets if monsters remember their last target.
- getMoveCount() - Method in class net.mtrop.doom.struct.trie.AbstractTrie.Result
- getMovesToLastEncounter() - Method in class net.mtrop.doom.struct.trie.AbstractTrie.Result
- getName() - Method in class net.mtrop.doom.map.udmf.UDMFScanner.Element
-
Returns this element's name / object type.
- getName() - Method in class net.mtrop.doom.struct.io.JSPISoundHandle
- getName() - Method in class net.mtrop.doom.struct.io.PNGContainerReader.Chunk
- getName() - Method in class net.mtrop.doom.texture.CommonTexture
- getName() - Method in class net.mtrop.doom.texture.TextureSet.Patch
- getName() - Method in class net.mtrop.doom.texture.TextureSet.Texture
- getName() - Method in class net.mtrop.doom.WadEntry
- getNameBytes() - Method in class net.mtrop.doom.WadEntry
-
Returns this entry's name as how it is represented in a WAD.
- getNameIndex() - Method in class net.mtrop.doom.texture.CommonPatch
- getNamespace() - Method in class net.mtrop.doom.map.UDMFMap
-
Gets this UDMF namespace.
- getNearestColorIndex(int) - Method in class net.mtrop.doom.graphics.Palette
-
Returns the index of the color nearest to a color in the palette.
- getNearestColorIndex(int, boolean) - Method in class net.mtrop.doom.graphics.Palette
-
Returns the index of the color nearest to a color in the palette.
- getNearestColorIndex(int, int, int) - Method in class net.mtrop.doom.graphics.Palette
-
Returns the index of the color nearest to a color in the palette.
- getNearestColorIndex(int, int, int, boolean) - Method in class net.mtrop.doom.graphics.Palette
-
Returns the index of the color nearest to a color in the palette.
- getNode(int) - Method in class net.mtrop.doom.bsp.BSPTree
-
Gets the node at a specific index.
- getNodeCount() - Method in class net.mtrop.doom.bsp.BSPTree
- getNodes() - Method in class net.mtrop.doom.bsp.BSPTree
- getNoMonsters() - Method in class net.mtrop.doom.demo.Demo
-
Is "no monsters" set for this demo?
- getNote() - Method in class net.mtrop.doom.sound.MUS.NotePlayEvent
- getNthEntry(String, int) - Method in interface net.mtrop.doom.Wad
-
Gets the n-th WadEntry named
entryName
. - getObjects(String) - Method in class net.mtrop.doom.map.udmf.UDMFTable
-
Returns all objects of a specific type into an array.
- getOffName() - Method in class net.mtrop.doom.texture.Switches.Entry
- getOffset() - Method in class net.mtrop.doom.bsp.data.BSPSegment
- getOffset() - Method in class net.mtrop.doom.WadEntry
- getOffsetX() - Method in class net.mtrop.doom.graphics.Flat
- getOffsetX() - Method in class net.mtrop.doom.graphics.Picture
- getOffsetX() - Method in class net.mtrop.doom.graphics.PNGPicture
- getOffsetX() - Method in class net.mtrop.doom.map.data.DoomSidedef
- getOffsetX() - Method in interface net.mtrop.doom.object.GraphicObject
- getOffsetY() - Method in class net.mtrop.doom.graphics.Flat
- getOffsetY() - Method in class net.mtrop.doom.graphics.Picture
- getOffsetY() - Method in class net.mtrop.doom.graphics.PNGPicture
- getOffsetY() - Method in class net.mtrop.doom.map.data.DoomSidedef
- getOffsetY() - Method in interface net.mtrop.doom.object.GraphicObject
- getOnName() - Method in class net.mtrop.doom.texture.Switches.Entry
- getOriginX() - Method in class net.mtrop.doom.texture.CommonPatch
- getOriginX() - Method in class net.mtrop.doom.texture.TextureSet.Patch
- getOriginY() - Method in class net.mtrop.doom.texture.CommonPatch
- getOriginY() - Method in class net.mtrop.doom.texture.TextureSet.Patch
- getPaletteIndex(int) - Method in class net.mtrop.doom.graphics.Colormap
-
Returns the palette index of a specific index in the map.
- getPartitionDeltaX() - Method in class net.mtrop.doom.bsp.data.BSPNode
- getPartitionDeltaY() - Method in class net.mtrop.doom.bsp.data.BSPNode
- getPartitionLineX() - Method in class net.mtrop.doom.bsp.data.BSPNode
- getPartitionLineY() - Method in class net.mtrop.doom.bsp.data.BSPNode
- getPatch(int) - Method in class net.mtrop.doom.texture.CommonTexture
-
Gets a patch from this texture.
- getPatch(int) - Method in class net.mtrop.doom.texture.TextureSet.Texture
-
Returns a patch at a particular index.
- getPatchCount() - Method in class net.mtrop.doom.texture.CommonTexture
- getPatchCount() - Method in class net.mtrop.doom.texture.TextureSet.Texture
- getPitch() - Method in class net.mtrop.doom.sound.MUS.PitchEvent
- getPixel(int, int) - Method in class net.mtrop.doom.graphics.Flat
-
Gets the pixel data at a location in the flat.
- getPixel(int, int) - Method in interface net.mtrop.doom.graphics.IndexedGraphic
-
Deprecated.Gets the pixel data at a location in the graphic.
- getPixel(int, int) - Method in class net.mtrop.doom.graphics.Picture
-
Gets the pixel data at a location in the picture.
- getPixel(int, int) - Method in class net.mtrop.doom.graphics.PNGPicture
- getPixel(int, int) - Method in interface net.mtrop.doom.object.GraphicObject
-
Gets the pixel data at a location in the graphic.
- getPlayers() - Method in class net.mtrop.doom.demo.Demo
- getPolynomial() - Method in class net.mtrop.doom.struct.io.CRC32
- getPrimaryChannelCount() - Method in class net.mtrop.doom.sound.MUS
- getQueue(int, int) - Method in class net.mtrop.doom.struct.map.SparseQueueGridIndex
-
Returns a queue for a set of coordinates.
- getRandomSeed() - Method in class net.mtrop.doom.demo.Demo
-
Gets the random seeding number that this demo uses.
- getRawStringEnd(char) - Method in class net.mtrop.doom.struct.Lexer
-
Gets the character that ends a raw String, using the starting character.
- getReader(int, Charset) - Method in interface net.mtrop.doom.Wad
-
Retrieves a Reader for an entry at a particular index as a decoded stream of characters.
- getReader(String, int, Charset) - Method in interface net.mtrop.doom.Wad
-
Retrieves a Reader for the first occurrence of a particular entry from a starting index as a decoded stream of characters.
- getReader(String, String, Charset) - Method in interface net.mtrop.doom.Wad
-
Retrieves a Reader for the first occurrence of a particular entry from a starting entry (by name) as a decoded stream of characters.
- getReader(String, Charset) - Method in class net.mtrop.doom.DoomPK3
-
Retrieves a Reader for a particular entry as a decoded stream of characters.
- getReader(String, Charset) - Method in interface net.mtrop.doom.Wad
-
Retrieves a Reader for the first occurrence of a particular entry as a decoded stream of characters.
- getReader(WadEntry, Charset) - Method in interface net.mtrop.doom.Wad
-
Retrieves a Reader for the specified entry as a decoded stream of characters.
- getRestTics() - Method in class net.mtrop.doom.sound.MUS.Event
-
Gets the amount of tics in the rest period.
- getRightChildIsLeaf() - Method in class net.mtrop.doom.bsp.data.BSPNode
- getRightRect() - Method in class net.mtrop.doom.bsp.data.BSPNode
- getRightStrafe() - Method in class net.mtrop.doom.demo.Demo.Tic
-
Returns right strafe units.
- getRightSubsectorIndex() - Method in class net.mtrop.doom.bsp.data.BSPNode
- getRowByMapPosition(int) - Method in class net.mtrop.doom.map.data.Blockmap
-
Returns the row index used by a particular map position, according to this grid's startY value.
- getSample(int) - Method in class net.mtrop.doom.sound.DMXSound
-
Gets a single sample from a specific sample index.
- getSampleCount() - Method in class net.mtrop.doom.sound.DMXSound
- getSampleRate() - Method in class net.mtrop.doom.sound.DMXSound
- getSampleUnsignedByte(int) - Method in class net.mtrop.doom.sound.DMXSound
-
Gets a single sample from a specific sample index as an unsigned byte.
- getScanner(int, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of a particular entry at a specific index and returns it as a deserializing scanner iterator that returns independent instances of objects.
- getScanner(String, int, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting index and returns it as a deserializing scanner iterator that returns independent instances of objects.
- getScanner(String, Class<BO>, int) - Method in class net.mtrop.doom.DoomPK3
-
Retrieves the data for a particular entry and returns it as a deserializing scanner iterator that returns independent instances of objects.
- getScanner(String, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry and returns it as a deserializing scanner iterator that returns independent instances of objects.
- getScanner(String, String, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting entry (by name) and returns it as a deserializing scanner iterator that returns independent instances of objects.
- getScanner(WadEntry, Class<BO>, int) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the specified entry and returns it as a deserializing scanner iterator that returns independent instances of objects.
- getSecondaryChannelCount() - Method in class net.mtrop.doom.sound.MUS
- getSector(int) - Method in class net.mtrop.doom.map.DoomMap
- getSector(int) - Method in interface net.mtrop.doom.map.MapView
-
Gets the sector at a specific index.
- getSectorCount() - Method in class net.mtrop.doom.map.DoomMap
- getSectorCount() - Method in interface net.mtrop.doom.map.MapView
- getSectorIndex() - Method in class net.mtrop.doom.map.data.DoomSidedef
- getSectorIsVisibleTo(int, int) - Method in class net.mtrop.doom.map.data.Reject
-
Checks whether a sector is visible from another.
- getSectors() - Method in class net.mtrop.doom.map.DoomMap
- getSegCount() - Method in class net.mtrop.doom.bsp.data.BSPSubsector
- getSegment(int) - Method in class net.mtrop.doom.bsp.BSPTree
-
Gets the segment at a specific index.
- getSegmentCount() - Method in class net.mtrop.doom.bsp.BSPTree
- getSegments() - Method in class net.mtrop.doom.bsp.BSPTree
- getSegments() - Method in class net.mtrop.doom.struct.trie.AbstractTrie.Result
- getSegments(Map.Entry<K, V>) - Method in class net.mtrop.doom.struct.trie.AbstractTrieMap
- getSegments(V) - Method in class net.mtrop.doom.struct.trie.AbstractTrie
-
Creates the segments necessary to find/store values.
- getSegmentsForKey(String) - Method in class net.mtrop.doom.struct.trie.CaseInsensitiveTrieMap
- getSegmentsForKey(String) - Method in class net.mtrop.doom.struct.trie.StringTrieMap
- getSegmentsForKey(K) - Method in class net.mtrop.doom.struct.trie.AbstractTrieMap
-
Creates the segments necessary to find/store values with keys.
- getSegStartIndex() - Method in class net.mtrop.doom.bsp.data.BSPSubsector
- getSequence(String, String) - Method in class net.mtrop.doom.texture.TextureSet
-
Returns a sequence of texture names.
- getSequencer(MUS.SequencerListener) - Method in class net.mtrop.doom.sound.MUS
-
Gets a new sequencer object for playing through an MUS's event sequence, tic by tic.
- getSidedef(int) - Method in class net.mtrop.doom.map.DoomMap
- getSidedef(int) - Method in interface net.mtrop.doom.map.MapView
-
Gets the sidedef at a specific index.
- getSidedefBackIndex() - Method in class net.mtrop.doom.map.data.DoomLinedef
- getSidedefCount() - Method in class net.mtrop.doom.map.DoomMap
- getSidedefCount() - Method in interface net.mtrop.doom.map.MapView
- getSidedefFrontIndex() - Method in class net.mtrop.doom.map.data.DoomLinedef
- getSidedefs() - Method in class net.mtrop.doom.map.DoomMap
- getSize() - Method in class net.mtrop.doom.WadEntry
- getSkill() - Method in class net.mtrop.doom.demo.Demo
-
Gets the skill level that this demo is for.
- getSpecial() - Method in class net.mtrop.doom.map.data.DoomLinedef
- getSpecial() - Method in class net.mtrop.doom.map.data.DoomSector
- getSpecial() - Method in class net.mtrop.doom.map.data.HexenThing
- getStartX() - Method in class net.mtrop.doom.map.data.Blockmap
- getStartY() - Method in class net.mtrop.doom.map.data.Blockmap
- getState() - Method in class net.mtrop.doom.struct.Lexer
- getStreamName() - Method in class net.mtrop.doom.struct.Lexer.Token
- getString(String) - Method in class net.mtrop.doom.map.udmf.UDMFObject
-
Gets the string value of an arbitrary object attribute.
- getString(String, String) - Method in class net.mtrop.doom.map.udmf.UDMFObject
-
Gets the string value of an arbitrary object attribute.
- getString(T, int) - Method in interface net.mtrop.doom.map.MapElementView
-
Gets the corresponding value on the element as a String.
- getString(T, int, String) - Method in interface net.mtrop.doom.map.MapElementView
-
Gets the corresponding value on the element as a String.
- getStringEnd(char) - Method in class net.mtrop.doom.struct.Lexer
-
Gets the character that ends a String, using the starting character.
- getSubsector(int) - Method in class net.mtrop.doom.bsp.BSPTree
-
Gets the subsector at a specific index.
- getSubsectorCount() - Method in class net.mtrop.doom.bsp.BSPTree
- getSubsectors() - Method in class net.mtrop.doom.bsp.BSPTree
- getSystemType() - Method in class net.mtrop.doom.sound.MUS.SystemEvent
- getTable() - Method in class net.mtrop.doom.map.udmf.listener.UDMFFullTableListener
- getTag() - Method in class net.mtrop.doom.map.data.DoomLinedef
- getTag() - Method in class net.mtrop.doom.map.data.DoomSector
- getTextData(int, Charset) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of an entry at a particular index as a decoded string of characters.
- getTextData(String, int, Charset) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting index as a decoded string of characters.
- getTextData(String, String, Charset) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting entry (by name) as a decoded string of characters.
- getTextData(String, Charset) - Method in class net.mtrop.doom.DoomPK3
-
Retrieves the data for a particular entry as a decoded string of characters.
- getTextData(String, Charset) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry as a decoded string of characters.
- getTextData(WadEntry, Charset) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the specified entry as a decoded string of characters.
- getTextDataAs(int, Charset, Class<TO>) - Method in interface net.mtrop.doom.Wad
-
Retrieves the text data of an entry at a particular index as an interpreted text-originating object.
- getTextDataAs(String, int, Charset, Class<TO>) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting index as an interpreted text-originating object.
- getTextDataAs(String, String, Charset, Class<TO>) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry from a starting entry (by name) as an interpreted text-originating object.
- getTextDataAs(String, Charset, Class<TO>) - Method in class net.mtrop.doom.DoomPK3
-
Retrieves the data of the first occurrence of a particular entry as an interpreted text-originating object.
- getTextDataAs(String, Charset, Class<TO>) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the first occurrence of a particular entry as an interpreted text-originating object.
- getTextDataAs(WadEntry, Charset, Class<TO>) - Method in interface net.mtrop.doom.Wad
-
Retrieves the data of the specified entry as an interpreted text-originating object.
- getTexture(int) - Method in class net.mtrop.doom.texture.TextureSet
-
Returns a texture at a particular index.
- getTextureBottom() - Method in class net.mtrop.doom.map.data.DoomSidedef
- getTextureByIndex(int) - Method in class net.mtrop.doom.texture.CommonTextureList
-
Gets a texture entry in this list by its index.
- getTextureByName(String) - Method in class net.mtrop.doom.texture.CommonTextureList
-
Gets a texture in this list by its name.
- getTextureByName(String) - Method in class net.mtrop.doom.texture.TextureSet
-
Returns an entry for a texture by name.
- getTextureCeiling() - Method in class net.mtrop.doom.map.data.DoomSector
- getTextureFloor() - Method in class net.mtrop.doom.map.data.DoomSector
- getTextureMiddle() - Method in class net.mtrop.doom.map.data.DoomSidedef
- getTextureTop() - Method in class net.mtrop.doom.map.data.DoomSidedef
- getThing(int) - Method in class net.mtrop.doom.map.DoomMap
- getThing(int) - Method in interface net.mtrop.doom.map.MapView
-
Gets the thing at a specific index.
- getThingCount() - Method in class net.mtrop.doom.map.DoomMap
- getThingCount() - Method in interface net.mtrop.doom.map.MapView
- getThings() - Method in class net.mtrop.doom.map.DoomMap
- getTic(int) - Method in class net.mtrop.doom.demo.Demo
-
Gets a demo Tic at a particular gametic, first player only.
- getTic(int, int) - Method in class net.mtrop.doom.demo.Demo
-
Returns a Tic at a particular gametic.
- getTicCount() - Method in class net.mtrop.doom.demo.Demo
- getTicks() - Method in class net.mtrop.doom.texture.Animated.Entry
- getTokenInfoLine(String) - Method in class net.mtrop.doom.struct.Lexer.Parser
-
Returns a stock error line for when an error/warning or whatever occurs during parse.
- getTurnLeft() - Method in class net.mtrop.doom.demo.Demo.Tic
-
Returns left turn units.
- getType() - Method in class net.mtrop.doom.map.data.DoomThing
- getType() - Method in class net.mtrop.doom.map.udmf.UDMFScanner.Element
- getType() - Method in class net.mtrop.doom.sound.MUS.Event
- getType() - Method in class net.mtrop.doom.struct.Lexer.Token
- getType() - Method in class net.mtrop.doom.texture.Animated.Entry
- getType() - Method in class net.mtrop.doom.WadBuffer
-
Gets the type of WAD that this is.
- getType() - Method in class net.mtrop.doom.WadFile
-
Gets the type of WAD that this is.
- getUDMFObject() - Method in class net.mtrop.doom.map.udmf.UDMFScanner.Element
-
Returns this element's UDMFObject.
- getUsingKey(K) - Method in class net.mtrop.doom.struct.vector.AbstractMappedVector
-
Retrieves an object in this mapping that corresponds to a particular key.
- getValue() - Method in class net.mtrop.doom.map.udmf.UDMFScanner.Element
-
Returns this element's attribute value / UDMFObject.
- getValue() - Method in class net.mtrop.doom.sound.MUS.ControllerChangeEvent
- getValue(T, int) - Method in interface net.mtrop.doom.map.MapElementView
-
Gets the corresponding value on the element.
- getVersion() - Method in class net.mtrop.doom.demo.Demo
-
Gets the version of Doom that with which this demo was made.
- getVertex(int) - Method in class net.mtrop.doom.map.DoomMap
- getVertex(int) - Method in interface net.mtrop.doom.map.MapView
-
Gets the vertex at a specific index.
- getVertexCount() - Method in class net.mtrop.doom.map.DoomMap
- getVertexCount() - Method in interface net.mtrop.doom.map.MapView
- getVertexEndIndex() - Method in class net.mtrop.doom.bsp.data.BSPSegment
- getVertexEndIndex() - Method in class net.mtrop.doom.map.data.DoomLinedef
- getVertexStartIndex() - Method in class net.mtrop.doom.bsp.data.BSPSegment
- getVertexStartIndex() - Method in class net.mtrop.doom.map.data.DoomLinedef
- getVertices() - Method in class net.mtrop.doom.map.DoomMap
- getVGAShort(int, int) - Method in class net.mtrop.doom.graphics.EndDoom
-
Returns the VGA-formatted screen data for a particular ENDOOM screen coordinate.
- getViewpoint() - Method in class net.mtrop.doom.demo.Demo
-
Gets the player viewpoint index that this demo is being played back from.
- getVolume() - Method in class net.mtrop.doom.sound.MUS.NotePlayEvent
- getWaveFormSample(DMXSound.InterpolationType, double) - Method in class net.mtrop.doom.sound.DMXSound
-
Gets a sampled value from along the full waveform.
- getWidth() - Method in class net.mtrop.doom.graphics.Flat
- getWidth() - Method in interface net.mtrop.doom.graphics.IndexedGraphic
-
Deprecated.
- getWidth() - Method in class net.mtrop.doom.graphics.Picture
-
Returns the width of this graphic in pixels.
- getWidth() - Method in class net.mtrop.doom.graphics.PNGPicture
- getWidth() - Method in interface net.mtrop.doom.object.GraphicObject
- getWidth() - Method in class net.mtrop.doom.texture.CommonTexture
- getWidth() - Method in class net.mtrop.doom.texture.TextureSet.Texture
- getWithRemainder(V, List<S>) - Method in class net.mtrop.doom.struct.trie.AbstractTrie
-
Returns the last-encountered value down a trie search, plus the remainder of the segments generated by the key from the last-matched segment.
- getWithRemainder(V, List<S>, int) - Method in class net.mtrop.doom.struct.trie.AbstractTrie
-
Returns the last-encountered value down a trie search, plus the remainder of the segments generated by the key from the last-matched segment.
- getWithRemainderByKey(K, List<S>) - Method in class net.mtrop.doom.struct.trie.AbstractTrieMap
-
Returns the last-encountered value down a trie search.
- getWithRemainderByKey(K, List<S>, int) - Method in class net.mtrop.doom.struct.trie.AbstractTrieMap
-
Returns the last-encountered value down a trie search.
- getX() - Method in class net.mtrop.doom.map.data.DoomThing
- getX() - Method in class net.mtrop.doom.map.data.DoomVertex
- getX() - Method in class net.mtrop.doom.struct.map.SparseGridIndex.Pair
- getY() - Method in class net.mtrop.doom.map.data.DoomThing
- getY() - Method in class net.mtrop.doom.map.data.DoomVertex
- getY() - Method in class net.mtrop.doom.struct.map.SparseGridIndex.Pair
- GLOBAL_ATTRIBUTE - Enum constant in enum class net.mtrop.doom.map.udmf.UDMFScanner.ElementType
-
Element is a global attribute - a [name, value] pair.
- GraphicObject - Interface in net.mtrop.doom.object
-
Interface for graphic data.
- GraphicUtils - Class in net.mtrop.doom.util
-
Graphics utility methods for image types.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form