Map block column itf used for surface build (#2712)

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
This commit is contained in:
liach 2021-10-01 12:57:44 -05:00 committed by GitHub
parent c888e202a4
commit 2a2bcc8eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,2 +0,0 @@
CLASS net/minecraft/class_6557
METHOD method_32892 getState (I)Lnet/minecraft/class_2680;

View File

@ -0,0 +1,6 @@
CLASS net/minecraft/class_6557 net/minecraft/world/gen/chunk/BlockColumn
METHOD method_32892 getState (I)Lnet/minecraft/class_2680;
ARG 1 y
METHOD method_38092 setState (ILnet/minecraft/class_2680;)V
ARG 1 y
ARG 2 state

View File

@ -1,6 +1,7 @@
CLASS net/minecraft/class_3510 net/minecraft/world/gen/surfacebuilder/DefaultSurfaceBuilder
METHOD method_15218 generate (Ljava/util/Random;Lnet/minecraft/class_6557;Lnet/minecraft/class_1959;IIIDLnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;II)V
ARG 1 random
ARG 2 column
ARG 3 biome
ARG 4 z
ARG 5 z

View File

@ -48,8 +48,8 @@ CLASS net/minecraft/class_3523 net/minecraft/world/gen/surfacebuilder/SurfaceBui
COMMENT Places the surface blocks for the given column.
ARG 1 random
COMMENT the Random instance, seeded with a hash of the x and z coordinates
ARG 2 chunk
COMMENT the current chunk being surface built
ARG 2 column
COMMENT the current column being surface built
ARG 3 biome
COMMENT the biome in the column that is being surface built
ARG 4 x