Entity
The main entity representation that works similarly to Hammer’s entity system.Constructor
className- Entity class name (must not be null or empty)
kvList- Raw key-value list
Key Methods
Example Usage
KeyValue
Represents a single key-value pair (similar to Source Engine’sepair_t structure).
Constructor
key- The key name (immutable)value- The value string
Methods
getKey
getValue
setValue
String Format
ThetoString() method returns the key-value in Source Engine format:
EntityIO
Handles entity input/output connections for the Source Engine I/O system.String Separators
Constructor
Methods
Example Usage
Related
Lumps
BSP lump types and data structures
Structs
BSP file structures and data types