Uses of Class
net.minecraft.entity.ai.pathing.PathContext
Packages that use PathContext
Package
Description
-
Uses of PathContext in net.minecraft.entity.ai.pathing
Fields in net.minecraft.entity.ai.pathing declared as PathContextMethods in net.minecraft.entity.ai.pathing with parameters of type PathContextModifier and TypeMethodDescriptionLandPathNodeMaker.getCollidingNodeTypes
(PathContext context, int x, int y, int z) AmphibiousPathNodeMaker.getDefaultNodeType
(PathContext context, int x, int y, int z) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsBirdPathNodeMaker.getDefaultNodeType
(PathContext context, int x, int y, int z) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsLandPathNodeMaker.getDefaultNodeType
(PathContext context, int x, int y, int z) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsabstract PathNodeType
PathNodeMaker.getDefaultNodeType
(PathContext context, int x, int y, int z) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsWaterPathNodeMaker.getDefaultNodeType
(PathContext context, int x, int y, int z) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsstatic PathNodeType
LandPathNodeMaker.getLandNodeType
(PathContext context, BlockPos.Mutable pos) LandPathNodeMaker.getNodeType
(PathContext context, int x, int y, int z, MobEntity mob) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsabstract PathNodeType
PathNodeMaker.getNodeType
(PathContext context, int x, int y, int z, MobEntity mob) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsWaterPathNodeMaker.getNodeType
(PathContext context, int x, int y, int z, MobEntity mob) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsstatic PathNodeType
LandPathNodeMaker.getNodeTypeFromNeighbors
(PathContext context, int x, int y, int z, PathNodeType fallback) -
Uses of PathContext in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob with parameters of type PathContextModifier and TypeMethodDescriptionCreakingEntity.CreakingLandPathNodeMaker.getDefaultNodeType
(PathContext context, int x, int y, int z) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doors -
Uses of PathContext in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type PathContextModifier and TypeMethodDescriptionFrogEntity.FrogSwimPathNodeMaker.getDefaultNodeType
(PathContext context, int x, int y, int z) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doors