Uses of Class
net.mtrop.doom.texture.CommonPatch
Packages that use CommonPatch
-
Uses of CommonPatch in net.mtrop.doom.texture
Classes in net.mtrop.doom.texture with type parameters of type CommonPatchModifier and TypeClassDescriptionclassCommonTexture<P extends CommonPatch>Common contents of texture definitions.Subclasses of CommonPatch in net.mtrop.doom.textureModifier and TypeClassDescriptionstatic classSingular patch entry for a texture.static classSingular patch entry for a texture.Methods in net.mtrop.doom.texture with type parameters of type CommonPatchModifier 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.