Uses of Class
net.mtrop.doom.texture.CommonTexture
Packages that use CommonTexture
-
Uses of CommonTexture in net.mtrop.doom.texture
Classes in net.mtrop.doom.texture with type parameters of type CommonTextureModifier and TypeClassDescriptionclassCommonTextureList<T extends CommonTexture<?>>This is the lump that contains a collection of textures.Subclasses of CommonTexture in net.mtrop.doom.textureModifier and TypeClassDescriptionstatic classThis class represents a single texture entry in a TEXTURE1/TEXTURE2 lump.static classThis class represents a single texture entry in a TEXTURE1/TEXTURE2 lump.Classes in net.mtrop.doom.texture that implement interfaces with type arguments of type CommonTextureModifier and TypeClassDescriptionclassCommonTexture<P extends CommonPatch>Common contents of texture definitions.Methods in net.mtrop.doom.texture with type parameters of type CommonTextureModifier 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.Methods in net.mtrop.doom.texture with parameters of type CommonTexture