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

24 lines
474 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS bcu net/minecraft/entity/ai/pathing/PathNode
FIELD a x I
FIELD b y I
FIELD c z I
FIELD d heapIndex I
FIELD g heapWeight F
2017-04-05 07:31:24 -04:00
FIELD m type Lbcs;
FIELD n hashCode I
METHOD a isInHeap ()Z
2017-04-05 07:31:24 -04:00
METHOD a copyWithNewPosition (III)Lbcu;
2017-05-13 02:02:51 -04:00
ARG 0 x
ARG 1 y
ARG 2 z
2017-04-05 07:31:24 -04:00
METHOD a distance (Lbcu;)F
2017-05-13 02:02:51 -04:00
ARG 0 other
METHOD b calculateHashCode (III)I
2017-05-13 02:02:51 -04:00
ARG 0 x
ARG 1 y
ARG 2 z
2017-04-05 07:31:24 -04:00
METHOD b distanceSquared (Lbcu;)F
2017-05-13 02:02:51 -04:00
ARG 0 other
2017-04-05 07:31:24 -04:00
METHOD c manhattanDistance (Lbcu;)F
2017-05-13 02:02:51 -04:00
ARG 0 other