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

10 lines
238 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS aie net/minecraft/entity/ai/goal/DoorInteractGoal
2018-11-21 11:58:05 -05:00
FIELD a shouldStop Z
2018-11-29 15:10:38 -05:00
FIELD d owner Lags;
2018-11-27 13:50:51 -05:00
FIELD e doorPos Let;
2017-04-05 14:11:28 -04:00
METHOD a canStart ()Z
2018-11-27 13:50:51 -05:00
METHOD a getDoor (Let;)Z
2017-04-05 14:11:28 -04:00
METHOD b shouldContinue ()Z
METHOD c start ()V
METHOD e tick ()V