Package de.darkatra.bfme2.map.object
Class MapObject
-
-
Method Summary
Modifier and Type Method Description final Vector3getPosition()final FloatgetAngle()final RoadTypegetRoadType()final StringgetTypeName()final List<Property>getProperties()-
-
Method Detail
-
getPosition
final Vector3 getPosition()
-
getRoadType
final RoadType getRoadType()
-
getTypeName
final String getTypeName()
-
getProperties
final List<Property> getProperties()
-
-
-
-