Uses of Class
net.mtrop.doom.texture.CommonTexture
-
Uses of CommonTexture in net.mtrop.doom.texture
Modifier and TypeClassDescriptionclass
CommonTextureList<T extends CommonTexture<?>>
This is the lump that contains a collection of textures.Modifier and TypeClassDescriptionstatic class
This class represents a single texture entry in a TEXTURE1/TEXTURE2 lump.static class
This class represents a single texture entry in a TEXTURE1/TEXTURE2 lump.Modifier 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.