Package de.darkatra.bfme2.map.waypoint
Class WaypointList
-
- All Implemented Interfaces:
@Asset(name = "WaypointsList", version = "1.toUShort()") public final class WaypointList
-
-
Field Summary
Fields Modifier and Type Field Description private final List<WaypointPath>waypointPaths
-
Constructor Summary
Constructors Constructor Description WaypointList(List<WaypointPath> waypointPaths)
-
Method Summary
Modifier and Type Method Description final List<WaypointPath>getWaypointPaths()-
-
Constructor Detail
-
WaypointList
WaypointList(List<WaypointPath> waypointPaths)
-
-
Method Detail
-
getWaypointPaths
final List<WaypointPath> getWaypointPaths()
-
-
-
-