Serialized Form
Package cz.cuni.amis.pogamut.ut2004.agent.module.sensor.visibility.model |
serialVersionUID: -6276264641650851997L
matrix
BitSet[] matrix
- Contains bit matrix.
matrix[colIndex] returns matrix's col (indexing by 'x') first.
rows
int rows
- Number of rows in matrix (col is determined by matrix.length).
serialVersionUID: 1629693033838716595L
x
double x
y
double y
z
double z
navPoint1Id
String navPoint1Id
navPoint2Id
String navPoint2Id
serialVersionUID: -5542380797228986422L
readResolve
private Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
locations
Map<K,V> locations
matrix
BitMatrix matrix
mapName
String mapName
Package cz.cuni.amis.pogamut.ut2004.agent.navigation |
Package cz.cuni.amis.pogamut.ut2004.bot.exception |
Package cz.cuni.amis.pogamut.ut2004.bot.state |
Package cz.cuni.amis.pogamut.ut2004.bot.state.impl |
Package cz.cuni.amis.pogamut.ut2004.communication.messages |
name
String name
- Name of the item in UT engine.
Note: Items of the same type might have different names in UT engine. Use
ItemType.equals(Object)
to safely compare two ItemTypes. This name is
informative only.
category
ItemType.Category category
- Category of the type.
group
ItemType.Group group
- Group of the type.
proto
ItemType proto
- Prototype reference.
Package cz.cuni.amis.pogamut.ut2004.communication.translator |
Package cz.cuni.amis.pogamut.ut2004.communication.worldview.map |
startId
String startId
endId
String endId
flags
int flags
start
Waypoint start
end
Waypoint end
id
String id
location
Location location
outgoing
Set<E> outgoing
Package cz.cuni.amis.pogamut.ut2004.observer.exception |
Package cz.cuni.amis.pogamut.ut2004.server.exception |
Package cz.cuni.amis.pogamut.ut2004.utils |
serialVersionUID: -8577056681683055775L
patterns
UCCWrapperPatterns patterns
unrealHome
String unrealHome
mapName
String mapName
gameBotsPack
String gameBotsPack
gameType
String gameType
mutators
String mutators
options
String options
playerPort
int playerPort
- Port for human player - UT2004 client uses this port to connect to the server.
startOnUnusedPort
boolean startOnUnusedPort
serialVersionUID: 6964965802258744930L
botPortPattern
Pattern botPortPattern
controlPortPattern
Pattern controlPortPattern
observerPortPattern
Pattern observerPortPattern
commandletNotFoundPattern
Pattern commandletNotFoundPattern
mapNotFoundPattern
Pattern mapNotFoundPattern
matchStartedPattern
Pattern matchStartedPattern
exitingErrorPattern
Pattern exitingErrorPattern
gameEndingPattern
Pattern gameEndingPattern
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.