Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/Refactor VillagerEntity.canBreed and wantsToStartBreeding #4065

Merged
merged 2 commits into from
Dec 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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