Uses of Class
net.mtrop.doom.map.udmf.UDMFTable
Packages that use UDMFTable
Package
Description
Map object implementations that are read from UDMF.
Contains UDMF listeners.
-
Uses of UDMFTable in net.mtrop.doom.map.udmf
Methods in net.mtrop.doom.map.udmf that return UDMFTableModifier and TypeMethodDescriptionstatic UDMFTableUDMFReader.readData(InputStream in) Reads UDMF-formatted data into a UDMFTable from anInputStream.static UDMFTableReads UDMF-formatted data into a UDMFTable from aReader.static UDMFTableReads UDMF-formatted data into a UDMFTable from a String.Methods in net.mtrop.doom.map.udmf with parameters of type UDMFTableModifier and TypeMethodDescriptionstatic voidUDMFWriter.writeTable(UDMFTable table, OutputStream out, Charset charset) Writes UDMF-formatted data into anOutputStream.static voidUDMFWriter.writeTable(UDMFTable table, Writer writer) Writes UDMF-formatted data into aWriter. -
Uses of UDMFTable in net.mtrop.doom.map.udmf.listener
Methods in net.mtrop.doom.map.udmf.listener that return UDMFTable