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

27 lines
721 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS alc net/minecraft/entity/ai/goal/TrackTargetGoal
FIELD a checkCanNavigate Z
FIELD b canNavigateFlag I
FIELD c checkCanNavigateCooldown I
FIELD d timeWithoutVisibility I
2018-12-12 12:12:26 -05:00
FIELD e entity Lahl;
FIELD f checkVisibility Z
FIELD h maxTimeWithoutVisibility I
2018-12-12 12:22:18 -05:00
METHOD <init> (Lahl;Z)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
2018-12-12 12:22:18 -05:00
METHOD <init> (Lahl;ZZ)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
ARG 2 checkVisibility
2018-12-12 12:12:26 -05:00
METHOD a canNavigateToEntity (Lahe;)Z
METHOD a canTrack (Lahe;Z)Z
2018-11-04 07:22:38 -05:00
ARG 1 target
2018-12-12 12:12:26 -05:00
METHOD a canTrack (Lahf;Lahe;ZZ)Z
ARG 0 entity
ARG 1 target
ARG 2 requireVulnerableTarget
ARG 3 checkVisibility
METHOD b shouldContinue ()Z
2018-12-12 12:12:26 -05:00
METHOD b setMaxTimeWithoutVisibility (I)Lalc;
METHOD c start ()V
METHOD d onRemove ()V
METHOD i getFollowRange ()D