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

42 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-11-21 11:58:05 -05:00
CLASS akz net/minecraft/village/VillageProperties
CLASS akz$a AttackerInfo
FIELD a attacker Lagn;
FIELD b tick I
2018-11-21 11:58:05 -05:00
FIELD a world Lbam;
FIELD b doors Ljava/util/List;
2018-11-07 11:37:58 -05:00
FIELD c doorPositionsAggregate Les;
FIELD d center Les;
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-07 11:37:58 -05:00
METHOD a getCenter ()Les;
METHOD a update (I)V
2018-11-21 11:58:05 -05:00
METHOD a addAttacker (Lagn;)V
METHOD a addDoor (Laky;)V
METHOD a setWorld (Lbam;)V
2018-11-07 11:37:58 -05:00
METHOD a isInRadius (Les;)Z
METHOD a deserialize (Lho;)V
METHOD b getRadius ()I
2018-11-21 11:58:05 -05:00
METHOD b getNearestAttacker (Lagn;)Lagn;
METHOD b getClosestDoor (Les;)Laky;
2018-11-07 11:37:58 -05:00
METHOD b serialize (Lho;)V
METHOD c getDoorCount ()I
2018-11-21 11:58:05 -05:00
METHOD c getNearestPlayer (Lagn;)Laqf;
METHOD c getNearestDoor (Les;)Laky;
METHOD d getStableTicks ()I
METHOD e getPopulationSize ()I
2018-11-21 11:58:05 -05:00
METHOD e getDoorAtPosition (Les;)Laky;
METHOD f getDoors ()Ljava/util/List;
METHOD g hasNoDoors ()Z
2018-11-07 11:37:58 -05:00
METHOD g isValidDoor (Les;)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