Skip to content

Commit

Permalink
Rename the AbstractFurnaceBlock.checkType method to validateTicker (#…
Browse files Browse the repository at this point in the history
…3678)

Fixes #3677
  • Loading branch information
haykam821 authored Sep 30, 2023
1 parent c06d7ae commit 5f43264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mappings/net/minecraft/block/AbstractFurnaceBlock.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CLASS net/minecraft/class_2363 net/minecraft/block/AbstractFurnaceBlock
ARG 1 world
ARG 2 pos
ARG 3 player
METHOD method_31617 checkType (Lnet/minecraft/class_1937;Lnet/minecraft/class_2591;Lnet/minecraft/class_2591;)Lnet/minecraft/class_5558;
METHOD method_31617 validateTicker (Lnet/minecraft/class_1937;Lnet/minecraft/class_2591;Lnet/minecraft/class_2591;)Lnet/minecraft/class_5558;
ARG 0 world
ARG 1 givenType
ARG 2 expectedType

0 comments on commit 5f43264

Please sign in to comment.