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

55 lines
1.5 KiB
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS ame net/minecraft/village/VillageProperties
CLASS ame$a AttackerInfo
FIELD a attacker Lahr;
FIELD b tick I
2019-02-06 15:22:24 -05:00
FIELD a world Lbcu;
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
2019-02-06 15:22:24 -05:00
METHOD a addAttacker (Lahr;)V
METHOD a addDoor (Lamd;)V
2018-11-27 13:50:51 -05:00
METHOD a isInRadius (Let;)Z
METHOD a isInRaidDistance (Let;I)Z
ARG 2 raidBonus
2019-01-24 11:47:45 -05:00
METHOD a deserialize (Lhr;)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-06 15:22:24 -05:00
METHOD b getNearestAttacker (Lahr;)Lahr;
METHOD b getClosestDoor (Let;)Lamd;
2019-01-24 11:47:45 -05:00
METHOD b serialize (Lhr;)V
METHOD c getDoorCount ()I
METHOD c setRaidId (I)V
2019-02-06 15:22:24 -05:00
METHOD c getNearestUnpopularPlayer (Lahr;)Lars;
METHOD c getNearestDoor (Let;)Lamd;
METHOD d getStableTicks ()I
METHOD d isUnpopular (Ljava/lang/String;)Z
METHOD e getPopulationSize ()I
2019-02-06 15:22:24 -05:00
METHOD e getDoorAtPosition (Let;)Lamd;
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
2019-02-06 15:22:24 -05:00
METHOD k getRaid ()Lasw;
2018-11-21 11:58:05 -05:00
METHOD l countGolems ()V
METHOD m countVillagers ()V
METHOD n clearOutdatedAttackerInfo ()V
METHOD p recalculateSize ()V