Rename package villager => village

This commit is contained in:
copygirl 2016-10-28 17:34:43 +02:00
parent d6b5a6689f
commit 677084ba6b
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
CLASS aih net/minecraft/villager/IVillager
CLASS aih net/minecraft/village/IVillager
METHOD a onSellingItem (Laes;)V
ARG 0 stack
METHOD a useRecipe (Laii;)V

View File

@ -1,4 +1,4 @@
CLASS aaf net/minecraft/villager/SimpleVillager
CLASS aaf net/minecraft/village/SimpleVillager
FIELD a villagerInventory Lacp;
FIELD b player Laam;
FIELD c recipeList Laij;

View File

@ -1,4 +1,4 @@
CLASS wf net/minecraft/villager/VillageDoor
CLASS wf net/minecraft/village/VillageDoor
FIELD a position Lcn;
FIELD c facing Lcu;
FIELD d lastTimeSeenByVillager I

View File

@ -1,4 +1,4 @@
CLASS wg net/minecraft/villager/VillageProperties
CLASS wg net/minecraft/village/VillageProperties
CLASS wg$a AttackerInfo
FIELD a attacker Lsp;
FIELD b tick I

View File

@ -1,4 +1,4 @@
CLASS acp net/minecraft/villager/VillagerInventory
CLASS acp net/minecraft/village/VillagerInventory
FIELD a villager Laih;
FIELD b inventory Ldc;
FIELD c player Laam;

View File

@ -1,4 +1,4 @@
CLASS aii net/minecraft/villager/VillagerRecipe
CLASS aii net/minecraft/village/VillagerRecipe
FIELD a buyItem Laes;
FIELD b secondBuyItem Laes;
FIELD c sellItem Laes;

View File

@ -1,4 +1,4 @@
CLASS aij net/minecraft/villager/VillagerRecipeList
CLASS aij net/minecraft/village/VillagerRecipeList
METHOD <init> (Ldt;)V
ARG 0 tag
METHOD a deserialize ()Ldt;