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

43 lines
1006 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS wg net/minecraft/villager/VillageProperties
FIELD a world Laiw;
FIELD b doors Ljava/util/List;
2016-10-18 11:31:59 -04:00
FIELD c doorPositionsAggregate Lcn;
FIELD d center Lcn;
FIELD e radius I
FIELD f stable I
FIELD g tick I
FIELD h populationSize I
FIELD i lastVillagerDeath I
FIELD j players Ljava/util/Map;
FIELD l golems I
2016-10-18 11:31:59 -04:00
METHOD <init> (Laiw;)V
ARG 0 world
2016-10-18 11:31:59 -04:00
METHOD a getCenter ()Lcn;
METHOD a update (I)V
ARG 0 tick
2016-10-18 11:31:59 -04:00
METHOD a setWorld (Laiw;)V
ARG 0 world
2016-10-18 11:31:59 -04:00
METHOD a isInRadius (Lcn;)Z
ARG 0 pos
2016-10-18 11:31:59 -04:00
METHOD a deserialize (Ldt;)V
ARG 0 tag
2016-10-18 11:31:59 -04:00
METHOD a addDoor (Lwf;)V
ARG 0 door
METHOD b getRadius ()I
2016-10-18 11:31:59 -04:00
METHOD b getClosestDoor (Lcn;)Lwf;
ARG 0 pos
2016-10-18 11:31:59 -04:00
METHOD b serialize (Ldt;)V
ARG 0 tag
METHOD c getDoorCount ()I
METHOD d getStableTicks ()I
METHOD e getPopulationSize ()I
2016-10-18 11:31:59 -04:00
METHOD e (Lcn;)Lwf;
ARG 0 pos
METHOD f getDoors ()Ljava/util/List;
2016-10-18 11:31:59 -04:00
METHOD f isValidDoor (Lcn;)Z
ARG 0 pos
METHOD g hasNoDoors ()Z
METHOD j countGolems ()V
METHOD k countVillagers ()V
METHOD n recalculateSize ()V