Class StrifeTextureList

All Implemented Interfaces:
Iterable<StrifeTextureList.Texture>, BinaryObject, Sizable

public class StrifeTextureList extends CommonTextureList<StrifeTextureList.Texture> implements BinaryObject
This is the lump that contains a collection of Strife-formatted textures. All textures are stored in here, usually named TEXTURE1 or TEXTURE2 in the WAD.
Author:
Matthew Tropiano
  • Constructor Details

    • StrifeTextureList

      public StrifeTextureList()
      Creates a new TextureList with a default starting capacity.
    • StrifeTextureList

      public StrifeTextureList(int capacity)
      Creates a new TextureList with a specific starting capacity.
      Parameters:
      capacity - the starting capacity.
  • Method Details