Uses of Class
net.mtrop.doom.map.udmf.UDMFObject
Package
Description
Map object implementations that are read from UDMF.
Contains UDMF listeners.
-
Uses of UDMFObject in net.mtrop.doom.map.udmf
Modifier and TypeMethodDescriptionAdds an object of a particular type to this table.UDMFTable.addObject
(String name, UDMFObject object) Adds an object of a particular type name to this table.UDMFTable.getGlobalFields()
UDMFTable.getObjects
(String name) Returns all objects of a specific type into an array.UDMFScanner.Element.getUDMFObject()
Returns this element's UDMFObject.Modifier and TypeMethodDescriptionUDMFTable.addObject
(String name, UDMFObject object) Adds an object of a particular type name to this table.static void
UDMFWriter.writeFields
(UDMFObject object, Writer writer) Writes the fields out to aWriter
.static void
UDMFWriter.writeFields
(UDMFObject object, Writer writer, String lineprefix) Writes the fields out to aWriter
.static void
UDMFWriter.writeObject
(UDMFObject object, Writer writer, String type) Writes UDMF-formatted data into aWriter
.static void
UDMFWriter.writeObject
(UDMFObject object, Writer writer, String type, Integer count) Writes UDMF-formatted data into aWriter
. -
Uses of UDMFObject in net.mtrop.doom.map.udmf.listener
Modifier and TypeMethodDescriptionabstract void
UDMFInlineTypeListener.onType
(String type, UDMFObject object) Called when the parser has finished reading an object.abstract void
UDMFTypeListener.onType
(String type, UDMFObject object) Called when the parser has finished reading an object.