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

23 lines
464 B
Plaintext

CLASS chi 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
FIELD m type Lchg;
FIELD n hashCode I
METHOD <init> (III)V
ARG 1 x
ARG 2 y
METHOD a isInHeap ()Z
METHOD a copyWithNewPosition (III)Lchi;
ARG 1 x
ARG 2 y
METHOD a distance (Lchi;)F
METHOD b calculateHashCode (III)I
ARG 0 x
ARG 1 y
ARG 2 z
METHOD b distanceSquared (Lchi;)F
METHOD c manhattanDistance (Lchi;)F