Rename the BlockEntity#getSquaredRenderDistance method to getRenderDistance (#2388)

This commit is contained in:
haykam821 2021-05-09 05:43:54 -04:00 committed by GitHub
parent 948ce0bb44
commit 2eae0214d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ CLASS net/minecraft/class_2586 net/minecraft/block/entity/BlockEntity
METHOD method_11005 createFromTag (Lnet/minecraft/class_2680;Lnet/minecraft/class_2487;)Lnet/minecraft/class_2586;
ARG 0 state
ARG 1 tag
METHOD method_11006 getSquaredRenderDistance ()D
METHOD method_11006 getRenderDistance ()D
METHOD method_11007 toTag (Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;
ARG 1 tag
METHOD method_11009 setLocation (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)V