yarn/mappings/net/minecraft/entity/passive/WanderingTraderEntity.mapping

22 lines
568 B
Plaintext
Raw Normal View History

2019-05-07 12:05:49 -04:00
CLASS avr net/minecraft/entity/passive/WanderingTraderEntity
CLASS avr$a WanderToTargetGoal
FIELD a trader Lavr;
FIELD b proximityDistance D
FIELD c speed D
2019-05-07 12:05:49 -04:00
METHOD <init> (Lavr;Lavr;DD)V
ARG 2 trader
ARG 3 proximityDistance
ARG 5 speed
2019-03-20 13:56:26 -04:00
METHOD a isTooFarFrom (Lev;D)Z
ARG 1 pos
ARG 2 proximityDistance
2019-04-17 12:41:25 -04:00
FIELD bA wanderTarget Lev;
FIELD bB despawnDelay I
METHOD eg getDespawnDelay ()I
2019-05-07 17:48:07 -04:00
METHOD eh tickDespawnDelay ()V
2019-05-07 12:05:49 -04:00
METHOD ei getWanderTarget ()Lev;
2019-03-20 13:56:26 -04:00
METHOD g setWanderTarget (Lev;)V
ARG 1 pos
2019-04-03 12:16:41 -04:00
METHOD s setDespawnDelay (I)V
ARG 1 delay