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

28 lines
526 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS beh 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-06-08 10:01:49 -04:00
FIELD m type Lbef;
FIELD n hashCode I
METHOD <init> (III)V
ARG 0 x
ARG 1 y
ARG 2 z
METHOD a isInHeap ()Z
2017-06-08 10:01:49 -04:00
METHOD a copyWithNewPosition (III)Lbeh;
2017-05-13 02:02:51 -04:00
ARG 0 x
ARG 1 y
ARG 2 z
2017-06-08 10:01:49 -04:00
METHOD a distance (Lbeh;)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-06-08 10:01:49 -04:00
METHOD b distanceSquared (Lbeh;)F
2017-05-13 02:02:51 -04:00
ARG 0 other
2017-06-08 10:01:49 -04:00
METHOD c manhattanDistance (Lbeh;)F
2017-05-13 02:02:51 -04:00
ARG 0 other