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

20 lines
416 B
Plaintext

CLASS ant net/minecraft/entity/ai/goal/WanderAroundGoal
FIELD a mob Laiv;
FIELD b targetX D
FIELD c targetY D
FIELD d targetZ D
FIELD e speed D
FIELD f chance I
FIELD g ignoringChance Z
METHOD <init> (Laiv;D)V
ARG 1 mob
ARG 2 speed
METHOD <init> (Laiv;DI)V
ARG 1 mob
ARG 2 speed
ARG 4 chance
METHOD a setChance (I)V
ARG 1 chance
METHOD g getWanderTarget ()Lcrv;
METHOD h ignoreChanceOnce ()V