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

15 lines
381 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS auw net/minecraft/entity/mob/SilverfishEntity
2019-06-19 15:24:08 -04:00
CLASS a WanderAndInfestGoal
FIELD h direction Lfa;
FIELD i canInfest Z
2019-06-07 07:45:25 -04:00
METHOD <init> (Lauw;)V
ARG 1 silverfish
2019-06-19 15:24:08 -04:00
CLASS b CallForHelpGoal
2019-06-07 07:45:25 -04:00
FIELD a silverfish Lauw;
FIELD b delay I
2019-06-07 07:45:25 -04:00
METHOD <init> (Lauw;)V
ARG 1 silverfish
METHOD g onHurt ()V
2019-06-07 07:45:25 -04:00
FIELD b CLOSE_PLAYER_PREDICATE Laqd;
FIELD c callForHelpGoal Lauw$b;