History - net.minecraft.entity.ai.pathing.PathMinHeap

26.3-pre-2

Names

Fields

Constructors

Methods

26.3-pre-1

Names

Fields

Constructors

Methods

26.3-snapshot-10

Names

Fields

Constructors

Methods

26.3-snapshot-9

Names

Fields

Constructors

Methods

26.3-snapshot-8

Names

Fields

Constructors

Methods

26.3-snapshot-7

Names

Fields

Constructors

Methods

26.3-snapshot-6

Names

Fields

Constructors

Methods

26.3-snapshot-5

Names

Fields

Constructors

Methods

26.3-snapshot-4

Names

Fields

Constructors

Methods

26.3-snapshot-3

Names

Fields

Constructors

Methods

26.3-snapshot-2

Names

Fields

Constructors

Methods

26.3-snapshot-1

Names

Fields

Constructors

Methods

26.2

Names

Fields

Constructors

Methods

26.1.2

Names

Fields

Constructors

Methods

26.1.1

Names

Fields

Constructors

Methods

26.1

Names

Fields

Constructors

Methods

1.21.11_unobfuscated

Names

net.minecraft.world.level.pathfinder.BinaryHeap

net.minecraft.class_5

net.minecraft.entity.ai.pathing.PathMinHeap

Fields

PathNode[]: heap, field_1, pathNodes

int: size, field_2, count

Constructors

()

Methods

PathNode (PathNode): insert, method_2, push

void (): clear, method_5, clear

PathNode (): peek, method_35490, getStart

PathNode (): pop, method_6, pop

void (PathNode): remove, method_35491, popNode

void (PathNode, float): changeCost, method_3, setNodeWeight

int (): size, method_35492, getCount

void (int): upHeap, method_4, shiftUp

void (int): downHeap, method_7, shiftDown

boolean (): isEmpty, method_8, isEmpty

PathNode[] (): getHeap, method_35493, getNodes