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

12 lines
261 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS alj net/minecraft/entity/ai/goal/EscapeSunlightGoal
2019-03-14 08:57:09 -04:00
FIELD a owner Laim;
FIELD b targetX D
FIELD c targetY D
FIELD d targetZ D
FIELD e speed D
2019-03-14 11:39:51 -04:00
FIELD f world Lbfx;
2019-03-14 08:57:09 -04:00
METHOD <init> (Laim;D)V
ARG 1 owner
ARG 2 speed
2019-03-14 11:39:51 -04:00
METHOD h locateShadedPos ()Lcqg;