Uses of Class
net.mtrop.doom.texture.TextureSet.Texture
-
Uses of TextureSet.Texture in net.mtrop.doom.texture
Modifier 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.Modifier and TypeMethodDescriptionTextureSet.addTexture
(TextureSet.Texture texture) Adds a texture.Modifier and TypeMethodDescriptionvoid
TextureSet.sort
(Comparator<TextureSet.Texture> comparator) Sorts the texture lumps in this set using a comparator.