Uses of Class
net.minecraft.pathfinding.PathNodeType
-
Packages that use PathNodeType Package Description net.minecraft.entity net.minecraft.entity.monster net.minecraft.entity.passive net.minecraft.pathfinding net.minecraftforge.common.extensions -
-
Uses of PathNodeType in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type PathNodeType Modifier and Type Field Description private java.util.Map<PathNodeType,java.lang.Float>MobEntity. pathfindingMalusMethods in net.minecraft.entity with parameters of type PathNodeType Modifier and Type Method Description booleanMobEntity. canCutCorner(PathNodeType p_233660_1_)floatMobEntity. getPathfindingMalus(PathNodeType p_184643_1_)voidMobEntity. setPathfindingMalus(PathNodeType p_184644_1_, float p_184644_2_) -
Uses of PathNodeType in net.minecraft.entity.monster
Methods in net.minecraft.entity.monster that return PathNodeType Modifier and Type Method Description protected PathNodeTypeRavagerEntity.Processor. evaluateBlockPathType(IBlockReader p_215744_1_, boolean p_215744_2_, boolean p_215744_3_, BlockPos p_215744_4_, PathNodeType p_215744_5_)Methods in net.minecraft.entity.monster with parameters of type PathNodeType Modifier and Type Method Description protected PathNodeTypeRavagerEntity.Processor. evaluateBlockPathType(IBlockReader p_215744_1_, boolean p_215744_2_, boolean p_215744_3_, BlockPos p_215744_4_, PathNodeType p_215744_5_) -
Uses of PathNodeType in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type PathNodeType Modifier and Type Method Description protected booleanStriderEntity.LavaPathNavigator. hasValidPathType(PathNodeType p_230287_1_) -
Uses of PathNodeType in net.minecraft.pathfinding
Fields in net.minecraft.pathfinding declared as PathNodeType Modifier and Type Field Description PathNodeTypePathPoint. typeFields in net.minecraft.pathfinding with type parameters of type PathNodeType Modifier and Type Field Description private it.unimi.dsi.fastutil.longs.Long2ObjectMap<PathNodeType>WalkNodeProcessor. pathTypesByPosCacheMethods in net.minecraft.pathfinding that return PathNodeType Modifier and Type Method Description static PathNodeTypeWalkNodeProcessor. checkNeighbourBlocks(IBlockReader p_237232_0_, BlockPos.Mutable p_237232_1_, PathNodeType p_237232_2_)protected PathNodeTypeWalkAndSwimNodeProcessor. evaluateBlockPathType(IBlockReader p_215744_1_, boolean p_215744_2_, boolean p_215744_3_, BlockPos p_215744_4_, PathNodeType p_215744_5_)protected PathNodeTypeWalkNodeProcessor. evaluateBlockPathType(IBlockReader p_215744_1_, boolean p_215744_2_, boolean p_215744_3_, BlockPos p_215744_4_, PathNodeType p_215744_5_)private PathNodeTypeFlyingNodeProcessor. getBlockPathType(MobEntity p_192558_1_, int p_192558_2_, int p_192558_3_, int p_192558_4_)private PathNodeTypeFlyingNodeProcessor. getBlockPathType(MobEntity p_192559_1_, BlockPos p_192559_2_)PathNodeTypeFlyingNodeProcessor. getBlockPathType(IBlockReader p_186330_1_, int p_186330_2_, int p_186330_3_, int p_186330_4_)PathNodeTypeFlyingNodeProcessor. getBlockPathType(IBlockReader p_186319_1_, int p_186319_2_, int p_186319_3_, int p_186319_4_, MobEntity p_186319_5_, int p_186319_6_, int p_186319_7_, int p_186319_8_, boolean p_186319_9_, boolean p_186319_10_)abstract PathNodeTypeNodeProcessor. getBlockPathType(IBlockReader p_186330_1_, int p_186330_2_, int p_186330_3_, int p_186330_4_)abstract PathNodeTypeNodeProcessor. getBlockPathType(IBlockReader p_186319_1_, int p_186319_2_, int p_186319_3_, int p_186319_4_, MobEntity p_186319_5_, int p_186319_6_, int p_186319_7_, int p_186319_8_, boolean p_186319_9_, boolean p_186319_10_)PathNodeTypeSwimNodeProcessor. getBlockPathType(IBlockReader p_186330_1_, int p_186330_2_, int p_186330_3_, int p_186330_4_)PathNodeTypeSwimNodeProcessor. getBlockPathType(IBlockReader p_186319_1_, int p_186319_2_, int p_186319_3_, int p_186319_4_, MobEntity p_186319_5_, int p_186319_6_, int p_186319_7_, int p_186319_8_, boolean p_186319_9_, boolean p_186319_10_)PathNodeTypeWalkAndSwimNodeProcessor. getBlockPathType(IBlockReader p_186330_1_, int p_186330_2_, int p_186330_3_, int p_186330_4_)private PathNodeTypeWalkNodeProcessor. getBlockPathType(MobEntity p_186329_1_, BlockPos p_186329_2_)PathNodeTypeWalkNodeProcessor. getBlockPathType(IBlockReader p_186330_1_, int p_186330_2_, int p_186330_3_, int p_186330_4_)PathNodeTypeWalkNodeProcessor. getBlockPathType(IBlockReader p_186319_1_, int p_186319_2_, int p_186319_3_, int p_186319_4_, MobEntity p_186319_5_, int p_186319_6_, int p_186319_7_, int p_186319_8_, boolean p_186319_9_, boolean p_186319_10_)protected static PathNodeTypeWalkNodeProcessor. getBlockPathTypeRaw(IBlockReader p_237238_0_, BlockPos p_237238_1_)PathNodeTypeWalkNodeProcessor. getBlockPathTypes(IBlockReader p_193577_1_, int p_193577_2_, int p_193577_3_, int p_193577_4_, int p_193577_5_, int p_193577_6_, int p_193577_7_, boolean p_193577_8_, boolean p_193577_9_, java.util.EnumSet<PathNodeType> p_193577_10_, PathNodeType p_193577_11_, BlockPos p_193577_12_)static PathNodeTypeWalkNodeProcessor. getBlockPathTypeStatic(IBlockReader p_237231_0_, BlockPos.Mutable p_237231_1_)private PathNodeTypeWalkNodeProcessor. getCachedBlockType(MobEntity p_237230_1_, int p_237230_2_, int p_237230_3_, int p_237230_4_)PathNodeTypePathNodeType. getDanger()private PathNodeTypeSwimNodeProcessor. isFree(int p_186327_1_, int p_186327_2_, int p_186327_3_)static PathNodeTypePathNodeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PathNodeType[]PathNodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.pathfinding with parameters of type PathNodeType Modifier and Type Method Description static PathNodeTypeWalkNodeProcessor. checkNeighbourBlocks(IBlockReader p_237232_0_, BlockPos.Mutable p_237232_1_, PathNodeType p_237232_2_)protected PathNodeTypeWalkAndSwimNodeProcessor. evaluateBlockPathType(IBlockReader p_215744_1_, boolean p_215744_2_, boolean p_215744_3_, BlockPos p_215744_4_, PathNodeType p_215744_5_)protected PathNodeTypeWalkNodeProcessor. evaluateBlockPathType(IBlockReader p_215744_1_, boolean p_215744_2_, boolean p_215744_3_, BlockPos p_215744_4_, PathNodeType p_215744_5_)PathNodeTypeWalkNodeProcessor. getBlockPathTypes(IBlockReader p_193577_1_, int p_193577_2_, int p_193577_3_, int p_193577_4_, int p_193577_5_, int p_193577_6_, int p_193577_7_, boolean p_193577_8_, boolean p_193577_9_, java.util.EnumSet<PathNodeType> p_193577_10_, PathNodeType p_193577_11_, BlockPos p_193577_12_)private PathPointWalkNodeProcessor. getLandNode(int p_186332_1_, int p_186332_2_, int p_186332_3_, int p_186332_4_, double p_186332_5_, Direction p_186332_7_, PathNodeType p_186332_8_)protected booleanGroundPathNavigator. hasValidPathType(PathNodeType p_230287_1_)Method parameters in net.minecraft.pathfinding with type arguments of type PathNodeType Modifier and Type Method Description PathNodeTypeWalkNodeProcessor. getBlockPathTypes(IBlockReader p_193577_1_, int p_193577_2_, int p_193577_3_, int p_193577_4_, int p_193577_5_, int p_193577_6_, int p_193577_7_, boolean p_193577_8_, boolean p_193577_9_, java.util.EnumSet<PathNodeType> p_193577_10_, PathNodeType p_193577_11_, BlockPos p_193577_12_) -
Uses of PathNodeType in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return PathNodeType Modifier and Type Method Description default PathNodeTypeIForgeBlock. getAiPathNodeType(BlockState state, IBlockReader world, BlockPos pos, MobEntity entity)Get thePathNodeTypefor this block.default PathNodeTypeIForgeBlockState. getAiPathNodeType(IBlockReader world, BlockPos pos)Get thePathNodeTypefor this block.default PathNodeTypeIForgeBlockState. getAiPathNodeType(IBlockReader world, BlockPos pos, MobEntity entity)Get thePathNodeTypefor this block.
-