Fix build errors (#2727)

This commit is contained in:
enbrain 2021-10-03 20:48:29 +09:00 committed by GitHub
parent 033356dc68
commit 33e893fd8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -34,8 +34,10 @@ CLASS net/minecraft/class_2586 net/minecraft/block/entity/BlockEntity
METHOD method_11016 getPos ()Lnet/minecraft/class_2338;
METHOD method_11017 getType ()Lnet/minecraft/class_2591;
METHOD method_16887 toInitialChunkDataNbt ()Lnet/minecraft/class_2487;
COMMENT Serializes the state of this block entity that is observable by clients. It is sent alongside the initial chunk data,
COMMENT as well as when the block entity implements {@link #toUpdatePacket} and decides to use the default {@link BlockEntityUpdateS2CPacket}.
COMMENT Serializes the state of this block entity that is observable by clients.
COMMENT It is sent alongside the initial chunk data, as well as when the block
COMMENT entity implements {@link #toUpdatePacket} and decides to use the default
COMMENT {@link net.minecraft.network.packet.s2c.play.BlockEntityUpdateS2CPacket}.
METHOD method_31662 setWorld (Lnet/minecraft/class_1937;)V
ARG 1 world
METHOD method_31663 markDirty (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V

View File

@ -3,7 +3,7 @@ CLASS net/minecraft/class_3510 net/minecraft/world/gen/surfacebuilder/DefaultSur
ARG 1 random
ARG 2 column
ARG 3 biome
ARG 4 z
ARG 4 x
ARG 5 z
ARG 6 height
ARG 7 noise