Uses of Interface
net.mtrop.doom.struct.Sizable
Package
Description
Contains Map structures.
Contains vectors.
Texture data and similar structures.
Contains utility classes.
-
Uses of Sizable in net.mtrop.doom.struct.map
Modifier and TypeClassDescriptionclass
This is a grid that contains a grid of Object data generally used for maps and lookups.class
A sparse grid index that contains lists of objects. -
Uses of Sizable in net.mtrop.doom.struct.vector
Modifier and TypeClassDescriptionclass
AbstractMappedVector<T,
K> A special type of vector that also as a one-to-one mapping of an object to an index.class
An abstract class for performing unsynchronized Vector (data structure) operatons and concepts. -
Uses of Sizable in net.mtrop.doom.texture
Modifier and TypeClassDescriptionclass
This class represents the contents of a Boom Engine ANIMATED lump.class
CommonTextureList<T extends CommonTexture<?>>
This is the lump that contains a collection of textures.class
This is the lump that contains a collection of Doom-formatted textures.class
A list of names of available patch entries for texture composition.class
This is the lump that contains a collection of Strife-formatted textures.class
This class represents the contents of a Boom Engine SWITCHES lump.class
A helper class for the TEXTUREx and PNAMES setup that Doom Texture definitions use.static class
A class that represents a single composite Texture entry. -
Uses of Sizable in net.mtrop.doom.util
Modifier and TypeClassDescriptionstatic class
An accumulator for WadEntries.