VoxelShape.getIncludedPoints -> getPointPositions (#688)

This commit is contained in:
Runemoro 2019-05-09 10:41:34 -04:00 committed by Modmuss50
parent 8f058161f4
commit bdc8e57397
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@ CLASS csr net/minecraft/util/shape/VoxelShape
ARG 1 axisCycle
ARG 2 box
ARG 3 maxDist
METHOD a getIncludedPoints (Lfa$a;)Lit/unimi/dsi/fastutil/doubles/DoubleList;
METHOD a getPointPositions (Lfa$a;)Lit/unimi/dsi/fastutil/doubles/DoubleList;
ARG 1 axis
METHOD a getCoordIndex (Lfa$a;D)I
ARG 2 coord
METHOD a getCoord (Lfa$a;I)D
METHOD a getPointPosition (Lfa$a;I)D
ARG 1 axis
ARG 2 index
METHOD a (Lfa$a;Lcrs;D)D