Rename the ServerWorld#getSurface method to getLightningPos (#2894)

Fixes #2890

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
haykam821 2021-12-03 10:07:09 -05:00 committed by GitHub
parent 3b79d0cf5e
commit aa0874d900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ CLASS net/minecraft/class_3218 net/minecraft/server/world/ServerWorld
ARG 2 randomTickSpeed
METHOD method_18207 onPlayerTeleport (Lnet/minecraft/class_3222;)V
ARG 1 player
METHOD method_18210 getSurface (Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338;
METHOD method_18210 getLightningPos (Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338;
ARG 1 pos
METHOD method_18211 onPlayerChangeDimension (Lnet/minecraft/class_3222;)V
ARG 1 player