Class PathTypeCache
java.lang.Object
net.minecraft.world.level.pathfinder.PathTypeCache
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate PathTypecompute(BlockGetter level, BlockPos pos, int index, long packedPos) private PathTypeget(int index, long pos) getOrCompute(BlockGetter level, BlockPos pos) private static intindex(long pos) voidinvalidate(BlockPos pos)
-
Field Details
-
SIZE
private static final int SIZE- See Also:
-
MASK
private static final int MASK- See Also:
-
positions
private final long[] positions -
pathTypes
-
-
Constructor Details
-
PathTypeCache
public PathTypeCache()
-
-
Method Details
-
getOrCompute
-
get
-
compute
-
invalidate
-
index
private static int index(long pos)
-