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

27 lines
721 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS akp net/minecraft/entity/ai/goal/TrackTargetGoal
FIELD a checkCanNavigate Z
FIELD b canNavigateFlag I
FIELD c checkCanNavigateCooldown I
FIELD d timeWithoutVisibility I
2018-11-29 15:10:38 -05:00
FIELD e entity Lagy;
FIELD f checkVisibility Z
FIELD h maxTimeWithoutVisibility I
2018-11-29 15:10:38 -05:00
METHOD <init> (Lagy;Z)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
2018-11-29 15:10:38 -05:00
METHOD <init> (Lagy;ZZ)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
ARG 2 checkVisibility
2018-11-29 15:10:38 -05:00
METHOD a canNavigateToEntity (Lagr;)Z
METHOD a canTrack (Lagr;Z)Z
2018-11-04 07:22:38 -05:00
ARG 1 target
2018-11-29 15:10:38 -05:00
METHOD a canTrack (Lags;Lagr;ZZ)Z
ARG 0 entity
ARG 1 target
ARG 2 requireVulnerableTarget
ARG 3 checkVisibility
METHOD b shouldContinue ()Z
2018-11-29 15:10:38 -05:00
METHOD b setMaxTimeWithoutVisibility (I)Lakp;
METHOD c start ()V
METHOD d onRemove ()V
METHOD i getFollowRange ()D