yarn/mappings/net/minecraft/village/VillageProperties.mapping

42 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS ala net/minecraft/village/VillageProperties
CLASS ala$a AttackerInfo
FIELD a attacker Lago;
FIELD b tick I
2018-11-27 13:50:51 -05:00
FIELD a world Lban;
FIELD b doors Ljava/util/List;
2018-11-27 13:50:51 -05:00
FIELD c doorPositionsAggregate Let;
FIELD d center Let;
FIELD e radius I
FIELD f stable I
FIELD g tick I
FIELD h populationSize I
FIELD i lastVillagerDeath I
2018-11-21 11:58:05 -05:00
FIELD k players Ljava/util/Map;
FIELD l attackerInfos Ljava/util/List;
FIELD m golems I
2018-11-27 13:50:51 -05:00
METHOD a getCenter ()Let;
METHOD a update (I)V
2018-11-27 13:50:51 -05:00
METHOD a addAttacker (Lago;)V
METHOD a addDoor (Lakz;)V
METHOD a setWorld (Lban;)V
METHOD a isInRadius (Let;)Z
METHOD a deserialize (Lhp;)V
METHOD b getRadius ()I
2018-11-27 13:50:51 -05:00
METHOD b getNearestAttacker (Lago;)Lago;
METHOD b getClosestDoor (Let;)Lakz;
METHOD b serialize (Lhp;)V
METHOD c getDoorCount ()I
2018-11-27 13:50:51 -05:00
METHOD c getNearestPlayer (Lago;)Laqg;
METHOD c getNearestDoor (Let;)Lakz;
METHOD d getStableTicks ()I
METHOD e getPopulationSize ()I
2018-11-27 13:50:51 -05:00
METHOD e getDoorAtPosition (Let;)Lakz;
METHOD f getDoors ()Ljava/util/List;
METHOD g hasNoDoors ()Z
2018-11-27 13:50:51 -05:00
METHOD g isValidDoor (Let;)Z
METHOD h onVillagerDeath ()V
2018-11-21 11:58:05 -05:00
METHOD l countGolems ()V
METHOD m countVillagers ()V
METHOD n clearOutdatedAttackerInfo ()V
METHOD p recalculateSize ()V