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

22 lines
568 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS avu net/minecraft/entity/passive/WanderingTraderEntity
CLASS avu$a WanderToTargetGoal
FIELD a trader Lavu;
FIELD b proximityDistance D
FIELD c speed D
2019-06-07 07:45:25 -04:00
METHOD <init> (Lavu;Lavu;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-06-03 12:48:18 -04:00
METHOD ei tickDespawnDelay ()V
METHOD ej 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