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

27 lines
721 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS all net/minecraft/entity/ai/goal/TrackTargetGoal
FIELD a checkCanNavigate Z
FIELD b canNavigateFlag I
FIELD c checkCanNavigateCooldown I
FIELD d timeWithoutVisibility I
2019-01-09 12:20:38 -05:00
FIELD e entity Laht;
FIELD f checkVisibility Z
FIELD h maxTimeWithoutVisibility I
2019-01-09 12:20:38 -05:00
METHOD <init> (Laht;Z)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
2019-01-09 12:20:38 -05:00
METHOD <init> (Laht;ZZ)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
ARG 2 checkVisibility
2019-01-09 12:20:38 -05:00
METHOD a canNavigateToEntity (Lahm;)Z
METHOD a canTrack (Lahm;Z)Z
2018-11-04 07:22:38 -05:00
ARG 1 target
2019-01-09 12:20:38 -05:00
METHOD a canTrack (Lahn;Lahm;ZZ)Z
ARG 0 entity
ARG 1 target
ARG 2 requireVulnerableTarget
ARG 3 checkVisibility
METHOD b shouldContinue ()Z
2019-01-09 12:20:38 -05:00
METHOD b setMaxTimeWithoutVisibility (I)Lall;
METHOD c start ()V
METHOD d onRemove ()V
2019-01-09 12:20:38 -05:00
METHOD j getFollowRange ()D