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

18 lines
365 B
Plaintext

CLASS anj net/minecraft/entity/ai/goal/WanderAroundGoal
FIELD a owner Laip;
FIELD b targetX D
FIELD c targetY D
FIELD d targetZ D
FIELD e speed D
FIELD f chance I
METHOD <init> (Laip;D)V
ARG 1 owner
ARG 2 speed
METHOD <init> (Laip;DI)V
ARG 1 owner
ARG 2 speed
ARG 4 chance
METHOD a setChance (I)V
ARG 1 chance
METHOD g getWanderTarget ()Lcrg;