Skip to content

Commit

Permalink
Fix/Refactor VillagerEntity.canBreed and wantsToStartBreeding (#4065
Browse files Browse the repository at this point in the history
)

* Fix canBreed, refactor wantsToStartBreeding

* lacksFood -> canEatFood
  • Loading branch information
Estecka authored Dec 28, 2024
1 parent 29d78ca commit a500b8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mappings/net/minecraft/entity/passive/VillagerEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ CLASS net/minecraft/class_1646 net/minecraft/entity/passive/VillagerEntity
ARG 2 villager
METHOD method_20696 decayGossip ()V
METHOD method_20697 eatForBreeding ()V
METHOD method_20698 lacksFood ()Z
METHOD method_20698 canEatFood ()Z
METHOD method_20699 (Lnet/minecraft/class_3218;Lnet/minecraft/class_1297;Lnet/minecraft/class_1309;)V
ARG 2 observer
METHOD method_20741 hasRecentlySlept (J)Z
Expand Down Expand Up @@ -109,5 +109,5 @@ CLASS net/minecraft/class_1646 net/minecraft/entity/passive/VillagerEntity
ARG 2 lastSlept
METHOD method_63666 (Lnet/minecraft/class_3218;Lnet/minecraft/class_1640;)V
ARG 2 witch
METHOD method_7234 wantsToStartBreeding ()Z
METHOD method_7239 canBreed ()Z
METHOD method_7234 canShareFoodForBreeding ()Z
METHOD method_7239 needsFoodForBreeding ()Z

0 comments on commit a500b8f

Please sign in to comment.