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

20 lines
416 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS anw net/minecraft/entity/ai/goal/WanderAroundGoal
FIELD a mob Lajb;
FIELD b targetX D
FIELD c targetY D
FIELD d targetZ D
FIELD e speed D
FIELD f chance I
FIELD g ignoringChance Z
2019-06-07 07:45:25 -04:00
METHOD <init> (Lajb;D)V
ARG 1 mob
ARG 2 speed
2019-06-07 07:45:25 -04:00
METHOD <init> (Lajb;DI)V
ARG 1 mob
ARG 2 speed
ARG 4 chance
2019-03-14 08:57:09 -04:00
METHOD a setChance (I)V
ARG 1 chance
2019-06-19 13:48:53 -04:00
METHOD g getWanderTarget ()Lcsb;
METHOD h ignoreChanceOnce ()V