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

12 lines
261 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS ajg net/minecraft/entity/ai/goal/EscapeSunlightGoal
FIELD a owner Lahy;
FIELD b targetX D
FIELD c targetY D
FIELD d targetZ D
FIELD e speed D
2019-02-06 15:22:24 -05:00
FIELD f world Lbcu;
METHOD <init> (Lahy;D)V
ARG 1 owner
ARG 2 speed
2019-02-06 15:22:24 -05:00
METHOD g locateShadedPos ()Lcmz;