Map CarvingMask (#2782)

This commit is contained in:
apple502j 2021-10-27 23:16:58 +09:00 committed by GitHub
parent 0fc2ee348d
commit 8a0434dad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
CLASS net/minecraft/class_6643 net/minecraft/world/gen/carver/CarvingMask
FIELD field_35049 bottomY I
FIELD field_35050 mask Ljava/util/BitSet;
METHOD <init> (II)V
ARG 1 height
ARG 2 bottomY
METHOD <init> ([JI)V
ARG 1 mask
ARG 2 bottomY
METHOD method_38864 getMask ()[J
METHOD method_38865 set (III)V
ARG 1 offsetX
ARG 2 y
ARG 3 offsetZ
METHOD method_38866 streamBlockPos (Lnet/minecraft/class_1923;)Ljava/util/stream/Stream;
ARG 1 chunkPos
METHOD method_38867 (Lnet/minecraft/class_1923;I)Lnet/minecraft/class_2338;
ARG 2 mask
METHOD method_38868 get (III)Z
ARG 1 offsetX
ARG 2 y
ARG 3 offsetZ
METHOD method_38869 getIndex (III)I
ARG 1 offsetX
ARG 2 y
ARG 3 offsetZ