yarn/mappings/net/minecraft/entity/ai/goal/WanderAroundGoal.mapping

18 lines
365 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS akm net/minecraft/entity/ai/goal/WanderAroundGoal
FIELD a owner Lahy;
FIELD b targetX D
FIELD c targetY D
FIELD d targetZ D
FIELD e speed D
FIELD f chance I
2019-02-06 15:22:24 -05:00
METHOD <init> (Lahy;D)V
ARG 1 owner
ARG 2 speed
2019-02-06 15:22:24 -05:00
METHOD <init> (Lahy;DI)V
ARG 1 owner
ARG 2 speed
ARG 4 chance
METHOD b setChance (I)V
ARG 1 chance
2019-02-06 15:22:24 -05:00
METHOD g getWanderTarget ()Lcmz;