typo in mob ai?
Jkosio23 opened this issue ยท 2 comments
line 155 also says Mth, idk if it was a typo or not, i'm just looking through the code for the imp ai that stops aggro at the certain echeladder tier
That's not a typo, it refers to minecrafts class Mth
. Likely named as such as it serves a similar purpose to javas Math
class, but where they overlap, Mth
is sacrificing accuracy for performance.
Had it been an actual typo so that it didn't match any class or the wrong class, the code wouldn't compile in the first place.