Added mappings for VillagerEntity inner class (#543)

This commit is contained in:
Adrian Freund 2019-03-21 18:27:24 +01:00 committed by Modmuss50
parent 1d060729ff
commit 7480676ebe
1 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,13 @@
CLASS aui net/minecraft/entity/passive/VillagerEntity
CLASS aui$a GolemSpawnCondition
FIELD a lastWorked J
FIELD b lastSlept J
METHOD a setLastWorked (J)V
ARG 1 lastWorked
METHOD b setLastSlept (J)V
ARG 1 lastSlept
METHOD c canSpawn (J)Z
ARG 1 time
FIELD bB ITEM_FOOD_VALUES Ljava/util/Map;
FIELD bD VILLAGER_DATA Lqf;
FIELD bE GATHERABLE_ITEMS Ljava/util/Set;