Skip to content

Commit

Permalink
fix two method names
Browse files Browse the repository at this point in the history
  • Loading branch information
supersaiyansubtlety committed Jul 16, 2024
1 parent b979396 commit ce57c07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mappings/net/minecraft/entity/passive/VillagerEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ CLASS net/minecraft/unmapped/C_pdtkdbte net/minecraft/entity/passive/VillagerEnt
ARG 1 world
ARG 2 time
ARG 4 requiredCount
METHOD m_ohxwrhdt clearDailyRestockCount ()V
METHOD m_ohxwrhdt doDailyRestock ()V
METHOD m_otzexgpv notifyDeath (Lnet/minecraft/unmapped/C_astfners;)V
ARG 1 killer
METHOD m_pagkeccz getAvailableFood ()I
Expand Down Expand Up @@ -106,7 +106,9 @@ CLASS net/minecraft/unmapped/C_pdtkdbte net/minecraft/entity/passive/VillagerEnt
METHOD m_ypommskk initBrain (Lnet/minecraft/unmapped/C_rjqjaxef;)V
ARG 1 brain
METHOD m_yuvzulud decayGossip ()V
METHOD m_zghwxgpj shouldRestock ()Z
METHOD m_zghwxgpj tryDailyRestock ()Z
COMMENT Updates {@code lastRestockCheckTime} and restocks trades if a day has passed.
COMMENT @return {@code true} if a mid-day restock should occur, or {@code false} otherwise
METHOD m_znfujvep sayNo ()V
METHOD m_zuttxskq beginTradeWith (Lnet/minecraft/unmapped/C_jzrpycqo;)V
ARG 1 customer

0 comments on commit ce57c07

Please sign in to comment.