Package megamek.common.interfaces
Interface IStartingPositions
public interface IStartingPositions
- 
Field SummaryFields
- 
Method SummaryStatic MethodsModifier and TypeMethodDescriptionstatic StringgetDisplayName(int index) Returns a display name for the given starting position index.
- 
Field Details- 
START_LOCATION_NAMES
 
- 
- 
Method Details- 
getDisplayNameReturns a display name for the given starting position index. "Custom" is returned for any value of index outside the standard starting positions (the method is safe to call for all values of index).- Parameters:
- index- the starting position index
- Returns:
- A name, e.g. "Any" for index 0
 
 
-