Package org.vyang.parkourwarrior
Class Map
java.lang.Object
org.vyang.parkourwarrior.Map
Map contating all data of a map.
- Since:
- 1.5
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe end index, defined forMapManagerandTileManager.booleanThis is for Graphics2D to see if the it need to print time next to the map, defined forMapManagerandTileManager.booleanThis is the type of map (e.g.intThis is the map number for the program to load the maps, defined forMapManagerandTileManager.This is the path to maps in the system, defined forMapManagerandTileManager.intThis is the type of map, defined forMapManagerandTileManager, currently unused.intThe shortest milliseconds used to finish a map, defined forMapManagerandTileManager.intThe shortest minutes used to finish a map, defined forMapManagerandTileManager.intThe shortest seconds used to finish a map, defined forMapManagerandTileManager. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mapNumber
public int mapNumberThis is the map number for the program to load the maps, defined forMapManagerandTileManager.- Since:
- 1.5
-
mapPath
This is the path to maps in the system, defined forMapManagerandTileManager.- Since:
- 1.5
-
mapType
public int mapTypeThis is the type of map, defined forMapManagerandTileManager, currently unused.- Since:
- 1.5
-
isDefaultMap
public boolean isDefaultMapThis is the type of map (e.g. default), defined forMapManagerandTileManager.- Since:
- 1.5
-
haveFinishedMap
public boolean haveFinishedMapThis is for Graphics2D to see if the it need to print time next to the map, defined forMapManagerandTileManager.- Since:
- 1.5
-
recordTimeMinutes
public int recordTimeMinutesThe shortest minutes used to finish a map, defined forMapManagerandTileManager.- Since:
- 1.5
-
recordTimeSeconds
public int recordTimeSecondsThe shortest seconds used to finish a map, defined forMapManagerandTileManager.- Since:
- 1.5
-
recordTimeMiliseconds
public int recordTimeMilisecondsThe shortest milliseconds used to finish a map, defined forMapManagerandTileManager.- Since:
- 1.5
-
endIndex
public int endIndexThe end index, defined forMapManagerandTileManager.- Since:
- 1.5
-
-
Constructor Details
-
Map
public Map()The constructor of classMapwhich is not used.- Since:
- 1.5
-