yarn/mappings/net/minecraft/entity/ai/pathing/WaterPathNodeMaker.mapping

32 lines
658 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS cga net/minecraft/entity/ai/pathing/WaterPathNodeMaker
METHOD a getPathNode (DDD)Lcfv;
2018-11-04 07:22:38 -05:00
ARG 1 x
2018-11-29 15:10:38 -05:00
METHOD a getPathNode (III)Lcfv;
2017-05-13 02:02:51 -04:00
ARG 1 x
ARG 2 y
2018-11-29 15:10:38 -05:00
METHOD a getPathNodeType (Lbac;III)Lcft;
2018-11-04 07:22:38 -05:00
ARG 1 blockView
ARG 2 x
ARG 3 y
2018-11-29 15:10:38 -05:00
METHOD a getPathNodeType (Lbac;IIILags;IIIZZ)Lcft;
2018-11-04 07:22:38 -05:00
ARG 1 blockView
ARG 2 x
ARG 3 y
ARG 4 z
ARG 5 entity
ARG 6 xSize
ARG 7 ySize
ARG 8 zSize
ARG 9 canPathThroughDoors
2018-11-29 15:10:38 -05:00
METHOD a getPathNodes ([Lcfv;Lcfv;Lcfv;F)I
2018-11-04 07:22:38 -05:00
ARG 1 nodes
ARG 2 startNode
ARG 3 endNode
2018-11-29 15:10:38 -05:00
METHOD b getStart ()Lcfv;
METHOD b getPathNodeInWater (III)Lcfv;
2018-11-04 07:22:38 -05:00
ARG 1 x
ARG 2 y
2018-11-29 15:10:38 -05:00
METHOD c getPathNodeType (III)Lcft;
2018-11-04 07:22:38 -05:00
ARG 1 x
ARG 2 y