From bdc8e57397b0e5b817a5ad872a06ffac089043a6 Mon Sep 17 00:00:00 2001 From: Runemoro Date: Thu, 9 May 2019 10:41:34 -0400 Subject: [PATCH] VoxelShape.getIncludedPoints -> getPointPositions (#688) --- mappings/net/minecraft/util/shape/VoxelShape.mapping | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mappings/net/minecraft/util/shape/VoxelShape.mapping b/mappings/net/minecraft/util/shape/VoxelShape.mapping index 7bb531f9c9..0e24ec00b6 100644 --- a/mappings/net/minecraft/util/shape/VoxelShape.mapping +++ b/mappings/net/minecraft/util/shape/VoxelShape.mapping @@ -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