Update Vec3i.mapping

This commit is contained in:
Runemoro 2019-03-29 04:35:02 -04:00 committed by GitHub
parent 23aec738b2
commit 0c326e4a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ CLASS fq net/minecraft/util/math/Vec3i
ARG 1 vec
METHOD m getSquaredDistance (Lfq;)D
ARG 1 vec
METHOD n getTaxicabDistance (Lfq;)I
METHOD n getManhattanDistance (Lfq;)I
ARG 1 vec
METHOD o getX ()I
METHOD p getY ()I