Uses of Class
net.mtrop.doom.text.data.MapInfoData.Value
Packages that use MapInfoData.Value
Package
Description
Contains textual data classes and other abstractions read from text.
The data classes for MAPINFOs.
-
Uses of MapInfoData.Value in net.mtrop.doom.text
Methods in net.mtrop.doom.text with parameters of type MapInfoData.ValueModifier 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. -
Uses of MapInfoData.Value in net.mtrop.doom.text.data
Methods in net.mtrop.doom.text.data that return MapInfoData.ValueModifier and TypeMethodDescriptionstatic MapInfoData.ValueCreates a new value.static MapInfoData.ValueCreates a new value (string type).static MapInfoData.ValueCreates a new value.MapInfoData.getValue()MapInfoData.getValue(int valueIndex) Gets the value at a particular index.MapInfoData.getValues()Methods in net.mtrop.doom.text.data with parameters of type MapInfoData.ValueModifier 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.voidMapInfoData.setValues(MapInfoData.Value... values) Sets/replaces the values on this data.Constructors in net.mtrop.doom.text.data with parameters of type MapInfoData.ValueModifierConstructorDescriptionMapInfoData(String name, MapInfoData.Value... values) Creates MapInfoData with a specific name and values.