Rename the ChestBlock.hasOcelotOnTop method to hasCatOnTop (#3117)

This commit is contained in:
haykam821 2022-04-27 08:42:42 -04:00 committed by GitHub
parent 253bbd739a
commit 12f4574e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ CLASS net/minecraft/class_2281 net/minecraft/block/ChestBlock
METHOD method_9753 getNeighborChestDirection (Lnet/minecraft/class_1750;Lnet/minecraft/class_2350;)Lnet/minecraft/class_2350;
ARG 1 ctx
ARG 2 dir
METHOD method_9754 hasOcelotOnTop (Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;)Z
METHOD method_9754 hasCatOnTop (Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;)Z
ARG 0 world
ARG 1 pos
METHOD method_9755 getOpenStat ()Lnet/minecraft/class_3445;