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

57 lines
1.6 KiB
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS amj net/minecraft/village/VillageProperties
CLASS amj$a AttackerInfo
FIELD a attacker Lahu;
FIELD b tick I
2019-02-13 12:35:08 -05:00
FIELD a world Lbdb;
FIELD b doors Ljava/util/List;
2019-02-13 12:35:08 -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
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
2019-02-13 12:35:08 -05:00
METHOD a getCenter ()Les;
METHOD a update (I)V
2019-02-13 12:35:08 -05:00
METHOD a addAttacker (Lahu;)V
METHOD a addDoor (Lami;)V
METHOD a isInRadius (Les;)Z
METHOD a isInRaidDistance (Les;I)Z
ARG 2 raidBonus
2019-02-13 12:35:08 -05:00
METHOD a fromTag (Lhv;)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
2019-02-13 12:35:08 -05:00
METHOD b getNearestAttacker (Lahu;)Lahu;
METHOD b getClosestDoor (Les;)Lami;
METHOD b toTag (Lhv;)V
METHOD c getDoorCount ()I
METHOD c setRaidId (I)V
2019-02-13 12:35:08 -05:00
METHOD c getNearestUnpopularPlayer (Lahu;)Lary;
METHOD c getNearestDoor (Les;)Lami;
METHOD d getStableTicks ()I
METHOD d isUnpopular (Ljava/lang/String;)Z
METHOD e getPopulationSize ()I
2019-02-13 12:35:08 -05:00
METHOD e getDoorAtPosition (Les;)Lami;
METHOD f getDoors ()Ljava/util/List;
2019-02-13 12:35:08 -05:00
METHOD f spawnIronGolemAround (Les;)Lahl;
METHOD g hasNoDoors ()Z
2019-02-13 12:35:08 -05:00
METHOD g isValidDoor (Les;)Z
METHOD h onVillagerDeath ()V
METHOD i hasRecentDeath ()Z
METHOD j getRaidId ()I
2019-02-13 12:35:08 -05:00
METHOD k getRaid ()Latc;
2018-11-21 11:58:05 -05:00
METHOD l countGolems ()V
METHOD m countVillagers ()V
METHOD n clearOutdatedAttackerInfo ()V
METHOD o removeInvalidDoors ()V
2018-11-21 11:58:05 -05:00
METHOD p recalculateSize ()V