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

42 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS alq net/minecraft/village/VillageProperties
CLASS alq$a AttackerInfo
FIELD a attacker Lahe;
FIELD b tick I
2018-12-12 12:12:26 -05:00
FIELD a world Lbbp;
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-12-12 12:12:26 -05:00
METHOD a addAttacker (Lahe;)V
METHOD a addDoor (Lalp;)V
METHOD a setWorld (Lbbp;)V
2018-11-27 13:50:51 -05:00
METHOD a isInRadius (Let;)Z
2018-12-12 12:12:26 -05:00
METHOD a deserialize (Lhs;)V
METHOD b getRadius ()I
2018-12-12 12:12:26 -05:00
METHOD b getNearestAttacker (Lahe;)Lahe;
METHOD b getClosestDoor (Let;)Lalp;
METHOD b serialize (Lhs;)V
METHOD c getDoorCount ()I
2018-12-12 12:12:26 -05:00
METHOD c getNearestPlayer (Lahe;)Larb;
METHOD c getNearestDoor (Let;)Lalp;
METHOD d getStableTicks ()I
METHOD e getPopulationSize ()I
2018-12-12 12:12:26 -05:00
METHOD e getDoorAtPosition (Let;)Lalp;
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