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

23 lines
464 B
Plaintext
Raw Normal View History

2018-11-15 12:05:03 -05:00
CLASS cey 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
2018-11-15 12:05:03 -05:00
FIELD m type Lcew;
FIELD n hashCode I
METHOD <init> (III)V
2018-11-04 07:22:38 -05:00
ARG 1 x
ARG 2 y
METHOD a isInHeap ()Z
2018-11-15 12:05:03 -05:00
METHOD a copyWithNewPosition (III)Lcey;
2018-11-04 07:22:38 -05:00
ARG 1 x
ARG 2 y
2018-11-15 12:05:03 -05:00
METHOD a distance (Lcey;)F
METHOD b calculateHashCode (III)I
2017-05-13 02:02:51 -04:00
ARG 0 x
ARG 1 y
ARG 2 z
2018-11-15 12:05:03 -05:00
METHOD b distanceSquared (Lcey;)F
METHOD c manhattanDistance (Lcey;)F