Class ZDoomMapInfo

java.lang.Object
net.mtrop.doom.text.ZDoomMapInfo
All Implemented Interfaces:
Iterable<MapInfoData>, TextObject

public class ZDoomMapInfo extends Object implements TextObject, Iterable<MapInfoData>
An abstraction of the ZDoom Map Info entry (ZMAPINFO/MAPINFO). All of the data sets in this info are stored in order, as the ordering matters when read. "Include" directives are not followed - they are instead stored as objects.
Since:
2.19.0
Author:
Matthew Tropiano