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

12 lines
261 B
Plaintext
Raw Normal View History

2019-02-21 13:19:18 -05:00
CLASS ajm net/minecraft/entity/ai/goal/EscapeSunlightGoal
FIELD a owner Laic;
FIELD b targetX D
FIELD c targetY D
FIELD d targetZ D
FIELD e speed D
2019-02-21 13:19:18 -05:00
FIELD f world Lbdf;
METHOD <init> (Laic;D)V
ARG 1 owner
ARG 2 speed
2019-02-21 13:19:18 -05:00
METHOD h locateShadedPos ()Lcnl;