Uses of Class
net.mtrop.doom.texture.CommonTextureList
Packages that use CommonTextureList
-
Uses of CommonTextureList in net.mtrop.doom.texture
Subclasses of CommonTextureList in net.mtrop.doom.textureModifier and TypeClassDescriptionclassThis is the lump that contains a collection of Doom-formatted textures.classThis is the lump that contains a collection of Strife-formatted textures.Methods in net.mtrop.doom.texture with parameters of type CommonTextureListModifier and TypeMethodDescription<P extends CommonPatch, T extends CommonTexture<P>>
voidTextureSet.export(PatchNames pnames, CommonTextureList<T> texture1) Exports thisTextureSet's contents into a PNAMES and TEXTUREx lump.<P extends CommonPatch, T extends CommonTexture<P>>
voidTextureSet.export(PatchNames pnames, CommonTextureList<T> texture1, CommonTextureList<T> texture2, Set<String> texture1NameSet) Exports thisTextureSet's contents into a PNAMES and TEXTUREx lump.Constructors in net.mtrop.doom.texture with parameters of type CommonTextureListModifierConstructorDescriptionTextureSet(PatchNames pnames, CommonTextureList<?>... textureLists) Creates a new TextureSet using an existing Patch Name lump and a series of Texture Lumps.