yarn/mappings/net/minecraft/entity/passive/VillagerEntity.mapping

39 lines
1.0 KiB
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS aqz net/minecraft/entity/passive/VillagerEntity
2019-01-24 11:47:45 -05:00
FIELD bC VILLAGER_DATA Lps;
2019-01-16 13:24:40 -05:00
FIELD bD findVillageCountdown I
FIELD bE inMating Z
FIELD bF staring Z
FIELD bG village Laly;
FIELD bH currentCustomer Larj;
2019-01-24 11:47:45 -05:00
FIELD bI recipeList Lbbq;
2019-01-16 13:24:40 -05:00
FIELD bJ unlockTradeCountdown I
FIELD bK unlockTrade Z
FIELD bL willingToMate Z
FIELD bM customerName Ljava/lang/String;
FIELD bN recentlyRescued Z
FIELD bO goalsSet Z
FIELD bP inventory Lagc;
2019-01-24 11:47:45 -05:00
METHOD <init> (Lbcl;Lare;)V
2018-11-04 07:22:38 -05:00
ARG 1 world
2019-01-16 13:24:40 -05:00
METHOD a setVillagerData (Lara;)V
2019-01-24 11:47:45 -05:00
METHOD a canPickUp (Lawy;)Z
2019-01-16 13:24:40 -05:00
METHOD b createChild (Lagz;)Laqz;
2019-01-24 11:47:45 -05:00
METHOD b setRecipes (Lbbq;)V
METHOD d hasEnoughFood (I)Z
2019-01-24 11:47:45 -05:00
METHOD dC isInMating ()Z
METHOD dD isStaring ()Z
METHOD dE isTrading ()Z
METHOD dF setRecentlyRescued ()V
METHOD dG getInventory ()Lagc;
METHOD dH hasFoodForWilling ()Z
METHOD dJ canBreed ()Z
METHOD dK hasSeed ()Z
METHOD dL setSpecificGoals ()V
METHOD dM levelUp ()V
METHOD dN addTrades ()V
METHOD q setInMating (Z)V
METHOD r setStaring (Z)V
METHOD s isWillingToMate (Z)Z
ARG 1 update
2019-01-24 11:47:45 -05:00
METHOD t setWillingToMate (Z)V