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

42 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS alf net/minecraft/village/VillageProperties
CLASS alf$a AttackerInfo
FIELD a attacker Lagt;
FIELD b tick I
2018-12-05 09:11:37 -05:00
FIELD a world Lbas;
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-05 09:11:37 -05:00
METHOD a addAttacker (Lagt;)V
METHOD a addDoor (Lale;)V
METHOD a setWorld (Lbas;)V
2018-11-27 13:50:51 -05:00
METHOD a isInRadius (Let;)Z
2018-12-05 09:11:37 -05:00
METHOD a deserialize (Lhq;)V
METHOD b getRadius ()I
2018-12-05 09:11:37 -05:00
METHOD b getNearestAttacker (Lagt;)Lagt;
METHOD b getClosestDoor (Let;)Lale;
METHOD b serialize (Lhq;)V
METHOD c getDoorCount ()I
2018-12-05 09:11:37 -05:00
METHOD c getNearestPlayer (Lagt;)Laql;
METHOD c getNearestDoor (Let;)Lale;
METHOD d getStableTicks ()I
METHOD e getPopulationSize ()I
2018-12-05 09:11:37 -05:00
METHOD e getDoorAtPosition (Let;)Lale;
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