Update BlockBox.mapping (#1714)

* Add a mapping for BlockBox.method_29299

* Revert dv

* offset -> move, translated -> offset
This commit is contained in:
enbrain 2020-08-30 19:09:18 +09:00 committed by GitHub
parent e796ec1da1
commit 4bb59b0695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,7 @@ CLASS net/minecraft/class_3341 net/minecraft/util/math/BlockBox
METHOD method_14658 toNbt ()Lnet/minecraft/class_2495;
METHOD method_14659 getDimensions ()Lnet/minecraft/class_2382;
METHOD method_14660 getBlockCountX ()I
METHOD method_14661 offset (III)V
METHOD method_14661 move (III)V
ARG 1 dx
ARG 2 dy
ARG 3 dz
@ -63,10 +63,11 @@ CLASS net/minecraft/class_3341 net/minecraft/util/math/BlockBox
ARG 2 minZ
ARG 3 maxX
ARG 4 maxZ
METHOD method_19311 translated (III)Lnet/minecraft/class_3341;
METHOD method_19311 offset (III)Lnet/minecraft/class_3341;
ARG 1 x
ARG 2 y
ARG 3 z
METHOD method_22874 getCenter ()Lnet/minecraft/class_2382;
COMMENT @implNote Biased toward the minimum bound corner of the box.
METHOD method_27234 infinite ()Lnet/minecraft/class_3341;
METHOD method_29299 move (Lnet/minecraft/class_2382;)V