-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmethodcosts.txt
More file actions
218 lines (218 loc) · 14.8 KB
/
methodcosts.txt
File metadata and controls
218 lines (218 loc) · 14.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
battlecode/common/Clock/yield 0 true
battlecode/common/Clock/getBytecodesLeft 0 false
battlecode/common/Clock/getBytecodeNum 0 false
battlecode/common/Direction/equals 1 false
battlecode/common/Direction/getDeltaX 1 false
battlecode/common/Direction/getDeltaY 1 false
battlecode/common/Direction/rotateLeft 1 false
battlecode/common/Direction/rotateRight 1 false
battlecode/common/Direction/opposite 1 false
battlecode/common/Direction/allDirections 1 false
battlecode/common/Direction/cardinalDirections 1 false
battlecode/common/MapLocation/add 2 false
battlecode/common/MapLocation/compareTo 2 false
battlecode/common/MapLocation/directionTo 2 false
battlecode/common/MapLocation/distanceSquaredTo 2 false
battlecode/common/MapLocation/equals 2 false
battlecode/common/MapLocation/hashCode 2 false
battlecode/common/MapLocation/isWithinDistanceSquared 2 false
battlecode/common/MapLocation/isAdjacentTo 2 false
battlecode/common/MapLocation/isWithinSensorRadius 2 false
battlecode/common/MapLocation/subtract 2 false
battlecode/common/MapLocation/toString 2 false
battlecode/common/MapLocation/translate 2 false
battlecode/common/MapLocation/valueOf 25 false
battlecode/common/RobotController/adjacentLocation 1 true
battlecode/common/RobotController/attack 0 true
battlecode/common/RobotController/buildRobot 0 true
battlecode/common/RobotController/canAttack 5 true
battlecode/common/RobotController/canBuildRobot 10 true
battlecode/common/RobotController/canCollectResource 10 true
battlecode/common/RobotController/canTransferResource 10 true
battlecode/common/RobotController/canMove 10 true
battlecode/common/RobotController/canBuildAnchor 10 true
battlecode/common/RobotController/canTakeAnchor 10 true
battlecode/common/RobotController/canPlaceAnchor 10 true
battlecode/common/RobotController/canReturnAnchor 10 true
battlecode/common/RobotController/canSenseLocation 5 true
battlecode/common/RobotController/canActLocation 5 true
battlecode/common/RobotController/canSenseRobot 5 true
battlecode/common/RobotController/canSenseRobotAtLocation 5 true
battlecode/common/RobotController/canBoost 10 true
battlecode/common/RobotController/canDestabilize 10 true
battlecode/common/RobotController/canWriteSharedArray 10 true
battlecode/common/RobotController/disintegrate 0 true
battlecode/common/RobotController/getActionCooldownTurns 1 true
battlecode/common/RobotController/getAllLocationsWithinRadiusSquared 100 true
battlecode/common/RobotController/getHealth 1 true
battlecode/common/RobotController/getID 1 true
battlecode/common/RobotController/getResourceAmount 5 false
battlecode/common/RobotController/getWeight 10 false
battlecode/common/RobotController/getAnchor 1 false
battlecode/common/RobotController/getIslandCount 20 true
battlecode/common/RobotController/getNumAnchors 5 true
battlecode/common/RobotController/getLocation 1 true
battlecode/common/RobotController/getMapHeight 1 true
battlecode/common/RobotController/getMapWidth 1 true
battlecode/common/RobotController/getMovementCooldownTurns 1 true
battlecode/common/RobotController/getRobotCount 20 true
battlecode/common/RobotController/getRoundNum 1 true
battlecode/common/RobotController/getTeam 1 true
battlecode/common/RobotController/getType 1 true
battlecode/common/RobotController/isActionReady 1 true
battlecode/common/RobotController/isLocationOccupied 5 true
battlecode/common/RobotController/isMovementReady 1 true
battlecode/common/RobotController/isTransformReady 1 true
battlecode/common/RobotController/collectResource 0 true
battlecode/common/RobotController/transferResource 0 true
battlecode/common/RobotController/move 0 true
battlecode/common/RobotController/buildAnchor 0 true
battlecode/common/RobotController/takeAnchor 0 true
battlecode/common/RobotController/placeAnchor 0 true
battlecode/common/RobotController/returnAnchor 0 true
battlecode/common/RobotController/onTheMap 5 true
battlecode/common/RobotController/readSharedArray 2 true
battlecode/common/RobotController/resign 0 true
battlecode/common/RobotController/senseIsland 20 true
battlecode/common/RobotController/senseTeamOccupyingIsland 20 true
battlecode/common/RobotController/senseAnchorPlantedHealth 20 true
battlecode/common/RobotController/senseAnchor 20 true
battlecode/common/RobotController/senseCooldownMultiplier 20 true
battlecode/common/RobotController/senseDestabilizeTurns 20 true
battlecode/common/RobotController/senseBoostTurns 20 true
battlecode/common/RobotController/senseNearbyIslands 200 true
battlecode/common/RobotController/senseNearbyIslandLocations 100 true
battlecode/common/RobotController/senseNearbyRobots 100 true
battlecode/common/RobotController/senseRobot 25 true
battlecode/common/RobotController/senseRobotAtLocation 15 true
battlecode/common/RobotController/sensePassability 5 true
battlecode/common/RobotController/senseCloud 5 true
battlecode/common/RobotController/senseNearbyCloudLocations 100 true
battlecode/common/RobotController/senseWell 5 true
battlecode/common/RobotController/senseNearbyWells 100 true
battlecode/common/RobotController/senseMapInfo 5 true
battlecode/common/RobotController/senseNearbyMapInfos 100 true
battlecode/common/RobotController/setIndicatorDot 0 true
battlecode/common/RobotController/setIndicatorLine 0 true
battlecode/common/RobotController/setIndicatorString 0 true
battlecode/common/RobotController/boost 0 true
battlecode/common/RobotController/destabilize 0 true
battlecode/common/RobotController/writeSharedArray 75 true
battlecode/common/RobotType/canAttack 1 false
battlecode/common/RobotType/canExtract 1 false
battlecode/common/RobotType/canPlaceAnchor 1 false
battlecode/common/RobotType/canBoost 1 false
battlecode/common/RobotType/canDestabilize 1 false
battlecode/common/RobotType/getBuildCost 1 false
battlecode/common/RobotType/getMaxHealth 1 false
battlecode/common/Team/opponent 1 false
battlecode/common/Team/isPlayer 1 false
battlecode/common/WellInfo/getResource 1 false
battlecode/common/WellInfo/getMapLocation 1 false
battlecode/common/WellInfo/getResourceType 1 false
battlecode/common/WellInfo/isUpgraded 1 false
battlecode/common/WellInfo/getRate 2 false
battlecode/common/MapInfo/getMapLocation 1 false
battlecode/common/MapInfo/getCurrentDirection 2 false
battlecode/common/MapInfo/getCooldownMultiplier 2 false
battlecode/common/MapInfo/getNumBoosts 2 false
battlecode/common/MapInfo/getNumDestabilizers 2 false
battlecode/common/MapInfo/getBoostTurnsLeft 2 false
battlecode/common/MapInfo/getDestabilizerTurnsLeft 2 false
battlecode/common/MapInfo/hasCloud 2 false
battlecode/common/MapInfo/isPassable 2 false
battlecode/common/MapInfo/toString 15 false
java/lang/Math/IEEEremainder 1 false
java/lang/Math/abs 1 false
java/lang/Math/acos 1 false
java/lang/Math/asin 1 false
java/lang/Math/atan 1 false
java/lang/Math/atan2 1 false
java/lang/Math/cbrt 1 false
java/lang/Math/ceil 1 false
java/lang/Math/copySign 1 false
java/lang/Math/cos 1 false
java/lang/Math/cosh 1 false
java/lang/Math/exp 1 false
java/lang/Math/expm1 1 false
java/lang/Math/floor 1 false
java/lang/Math/getExponent 1 false
java/lang/Math/hypot 1 false
java/lang/Math/log 1 false
java/lang/Math/log10 1 false
java/lang/Math/log1p 1 false
java/lang/Math/max 1 false
java/lang/Math/min 1 false
java/lang/Math/nextAfter 1 false
java/lang/Math/nextUp 1 false
java/lang/Math/pow 1 false
java/lang/Math/rint 1 false
java/lang/Math/round 1 false
java/lang/Math/scalb 1 false
java/lang/Math/signum 1 false
java/lang/Math/sin 1 false
java/lang/Math/sinh 1 false
java/lang/Math/sqrt 1 false
java/lang/Math/tan 1 false
java/lang/Math/tanh 1 false
java/lang/Math/ulp 1 false
java/lang/StrictMath/IEEEremainder 1 false
java/lang/StrictMath/abs 1 false
java/lang/StrictMath/acos 1 false
java/lang/StrictMath/asin 1 false
java/lang/StrictMath/atan 1 false
java/lang/StrictMath/atan2 1 false
java/lang/StrictMath/cbrt 1 false
java/lang/StrictMath/ceil 1 false
java/lang/StrictMath/copySign 1 false
java/lang/StrictMath/cos 1 false
java/lang/StrictMath/cosh 1 false
java/lang/StrictMath/exp 1 false
java/lang/StrictMath/expm1 1 false
java/lang/StrictMath/floor 1 false
java/lang/StrictMath/getExponent 1 false
java/lang/StrictMath/hypot 1 false
java/lang/StrictMath/log 1 false
java/lang/StrictMath/log10 1 false
java/lang/StrictMath/log1p 1 false
java/lang/StrictMath/max 1 false
java/lang/StrictMath/min 1 false
java/lang/StrictMath/nextAfter 1 false
java/lang/StrictMath/nextUp 1 false
java/lang/StrictMath/pow 1 false
java/lang/StrictMath/rint 1 false
java/lang/StrictMath/round 1 false
java/lang/StrictMath/scalb 1 false
java/lang/StrictMath/signum 1 false
java/lang/StrictMath/sin 1 false
java/lang/StrictMath/sinh 1 false
java/lang/StrictMath/sqrt 1 false
java/lang/StrictMath/tan 1 false
java/lang/StrictMath/tanh 1 false
java/lang/StrictMath/ulp 1 false
java/lang/String/compareTo 1 false
java/lang/String/compareToIgnoreCase 1 false
java/lang/String/contains 1 false
java/lang/String/contentEquals 1 false
java/lang/String/endsWith 1 false
java/lang/String/equals 1 false
java/lang/String/equalsIgnoreCase 1 false
java/lang/String/indexOf 1 false
java/lang/String/lastIndexOf 1 false
java/lang/String/regionMatches 1 false
java/lang/String/replace 1 false
java/lang/String/startsWith 1 false
java/lang/StringBuffer/append 1 false
java/lang/StringBuffer/delete 1 false
java/lang/StringBuffer/deleteCharAt 1 false
java/lang/StringBuffer/indexOf 1 false
java/lang/StringBuffer/insert 1 false
java/lang/StringBuffer/lastIndexOf 1 false
java/lang/StringBuffer/replace 1 false
java/lang/StringBuilder/append 1 false
java/lang/StringBuilder/delete 1 false
java/lang/StringBuilder/deleteCharAt 1 false
java/lang/StringBuilder/indexOf 1 false
java/lang/StringBuilder/insert 1 false
java/lang/StringBuilder/lastIndexOf 1 false
java/lang/StringBuilder/replace 1 false