Uses of Class
net.mtrop.doom.map.udmf.UDMFObject
Packages that use UDMFObject
Package
Description
Map object implementations that are read from UDMF.
Contains UDMF listeners.
-
Uses of UDMFObject in net.mtrop.doom.map.udmf
Methods in net.mtrop.doom.map.udmf that return UDMFObjectModifier 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.Methods in net.mtrop.doom.map.udmf with parameters of type UDMFObjectModifier 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
Methods in net.mtrop.doom.map.udmf.listener with parameters of type UDMFObjectModifier 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.