yarn/mappings/net/minecraft/entity/mob/MobEntityWithAiGoals.mapping

14 lines
361 B
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS agv net/minecraft/entity/mob/MobEntityWithAiGoals
FIELD a aiHome Let;
FIELD b aiRadius F
2018-11-28 15:24:24 -05:00
METHOD <init> (Lagj;Lban;)V
ARG 1 type
2018-11-27 13:50:51 -05:00
METHOD a setAiHome (Let;I)V
2018-11-04 07:22:38 -05:00
ARG 1 home
2018-11-15 12:05:03 -05:00
METHOD dt isInAiRange ()Z
2018-11-27 13:50:51 -05:00
METHOD du getAiHome ()Let;
2018-11-15 12:05:03 -05:00
METHOD dv getAiRadius ()F
METHOD dw setAiRangeUnlimited ()V
METHOD dx hasLimitedAiRange ()Z
2018-11-27 13:50:51 -05:00
METHOD f isInAiRange (Let;)Z