Update BlockPos.mapping (#1132)

This commit is contained in:
Joseph Burton 2020-02-22 23:05:38 +00:00 committed by GitHub
parent fb3680f257
commit e3c94ba63d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -77,10 +77,10 @@ CLASS net/minecraft/class_2338 net/minecraft/util/math/BlockPos
ARG 1 direction
METHOD method_10094 iterate (IIIIII)Ljava/lang/Iterable;
ARG 0 minX
ARG 1 maxX
ARG 2 minY
ARG 3 maxY
ARG 4 minZ
ARG 1 minY
ARG 2 minZ
ARG 3 maxX
ARG 4 maxY
ARG 5 maxZ
METHOD method_10095 north ()Lnet/minecraft/class_2338;
METHOD method_10096 add (JIII)J