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

56 lines
1.6 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
FIELD j raidId I
FIELD k playerRatings Ljava/util/Map;
2018-11-21 11:58:05 -05:00
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
METHOD a isInRaidDistance (Let;I)Z
ARG 2 raidBonus
2018-12-12 12:12:26 -05:00
METHOD a deserialize (Lhs;)V
METHOD a getRating (Ljava/lang/String;)I
ARG 1 username
METHOD a changeRating (Ljava/lang/String;I)I
ARG 1 username
ARG 2 rating
METHOD b getRadius ()I
METHOD b changeAllRatings (I)V
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
METHOD c setRaidId (I)V
METHOD c getNearestUnpopularPlayer (Lahe;)Larb;
2018-12-12 12:12:26 -05:00
METHOD c getNearestDoor (Let;)Lalp;
METHOD d getStableTicks ()I
METHOD d isUnpopular (Ljava/lang/String;)Z
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
METHOD i hasRecentDeath ()Z
METHOD j getRaidId ()I
METHOD k getRaid ()Lasf;
2018-11-21 11:58:05 -05:00
METHOD l countGolems ()V
METHOD m countVillagers ()V
METHOD n clearOutdatedAttackerInfo ()V
METHOD p recalculateSize ()V