Uses of Class
net.mtrop.doom.texture.TextureSet.Texture
Packages that use TextureSet.Texture
-
Uses of TextureSet.Texture in net.mtrop.doom.texture
Classes in net.mtrop.doom.texture that implement interfaces with type arguments of type TextureSet.TextureModifier and TypeClassDescriptionclassA helper class for the TEXTUREx and PNAMES setup that Doom Texture definitions use.Methods in net.mtrop.doom.texture that return TextureSet.TextureModifier and TypeMethodDescriptionTextureSet.addTexture(TextureSet.Texture texture) Adds a texture.TextureSet.Texture.copy()TextureSet.createTexture(String textureName) Creates a new entry for a texture, already added.TextureSet.getTexture(int index) Returns a texture at a particular index.TextureSet.getTextureByName(String textureName) Returns an entry for a texture by name.TextureSet.removeTexture(int index) Removes a texture at a particular index.TextureSet.removeTextureByName(String textureName) Removes a texture by name.TextureSet.replaceTextureByName(String textureName) Replaces a texture in the set with a new one, in-place without affecting texture order.Methods in net.mtrop.doom.texture that return types with arguments of type TextureSet.TextureMethods in net.mtrop.doom.texture with parameters of type TextureSet.TextureModifier and TypeMethodDescriptionTextureSet.addTexture(TextureSet.Texture texture) Adds a texture.Method parameters in net.mtrop.doom.texture with type arguments of type TextureSet.TextureModifier and TypeMethodDescriptionvoidTextureSet.sort(Comparator<TextureSet.Texture> comparator) Sorts the texture lumps in this set using a comparator.