Uses of Class
net.minecraft.world.chunk.ChunkCache
Package | Description |
---|---|
net.minecraft.entity.ai.pathing |
-
Uses of ChunkCache in net.minecraft.entity.ai.pathing
Fields in net.minecraft.entity.ai.pathing declared as ChunkCache Modifier and Type Field Description protected ChunkCache
PathNodeMaker. cachedWorld
Methods in net.minecraft.entity.ai.pathing with parameters of type ChunkCache Modifier and Type Method Description @Nullable Path
PathNodeNavigator. findPathToAny(ChunkCache world, MobEntity mob, Set<BlockPos> positions, float followRange, int distance, float rangeMultiplier)
void
AmphibiousPathNodeMaker. init(ChunkCache cachedWorld, MobEntity entity)
void
BirdPathNodeMaker. init(ChunkCache cachedWorld, MobEntity entity)
void
LandPathNodeMaker. init(ChunkCache cachedWorld, MobEntity entity)
void
PathNodeMaker. init(ChunkCache cachedWorld, MobEntity entity)