Uses of Class
net.mtrop.doom.text.data.MapInfoData
Packages that use MapInfoData
Package
Description
Contains textual data classes and other abstractions read from text.
The data classes for MAPINFOs.
-
Uses of MapInfoData in net.mtrop.doom.text
Methods in net.mtrop.doom.text that return MapInfoDataModifier and TypeMethodDescriptionZDoomMapInfo.addChild
(String type, MapInfoData.Value... typeValues) Creates a new, empty child set at the end of the list of sets.ZDoomMapInfo.addChildAt
(int index, String type, MapInfoData.Value... typeValues) Creates a new, empty child set to add to at a specific index in the list of sets.ZDoomMapInfo.getChildAt
(int index) Gets a specific typed child set from this MapInfo by its index.Fetches an entry from this map info by map header.Fetches an entry from this map info by map header.ZDoomMapInfo.removeChildAt
(int index) Removes a child set at a specific index.EternityMapInfo.removeEntry
(String header) Removes an entry from this map info and returns the associated data, if it existed.UniversalMapInfo.removeEntry
(String header) Removes an entry from this map info and returns the associated data, if it existed.Methods in net.mtrop.doom.text that return types with arguments of type MapInfoDataMethods in net.mtrop.doom.text with parameters of type MapInfoDataModifier and TypeMethodDescriptionvoid
EternityMapInfo.addEntry
(String header, MapInfoData... data) Adds a new entry to this EMAPINFO.void
UniversalMapInfo.addEntry
(String header, MapInfoData... data) Adds a new entry to this EMAPINFO. -
Uses of MapInfoData in net.mtrop.doom.text.data
Methods in net.mtrop.doom.text.data that return MapInfoDataModifier and TypeMethodDescriptionMapInfoData.addChild
(String type, MapInfoData.Value... typeValues) Creates a new, empty value set at the end of the list of sets.MapInfoData.addChildAt
(int index, String type, MapInfoData.Value... typeValues) Creates a new, empty value set to add to at a specific index in the list of sets.MapInfoData.getChildAt
(int index) Gets a specific typed value set from this MapInfo by its index.MapInfoData.removeChildAt
(int index) Removes a value set at a specific index.Methods in net.mtrop.doom.text.data that return types with arguments of type MapInfoData