Package net.minecraft.entity.mob
Class RavagerEntity.PathNodeMaker
java.lang.Object
net.minecraft.entity.ai.pathing.PathNodeMaker
net.minecraft.entity.ai.pathing.LandPathNodeMaker
net.minecraft.entity.mob.RavagerEntity.PathNodeMaker
- Enclosing class:
- RavagerEntity
static class RavagerEntity.PathNodeMaker extends LandPathNodeMaker
- Mappings:
Namespace Name official bfk$cintermediary net/minecraft/class_1584$class_1587named net/minecraft/entity/mob/RavagerEntity$PathNodeMaker
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.pathing.LandPathNodeMaker
waterPathNodeTypeWeightFields inherited from class net.minecraft.entity.ai.pathing.PathNodeMaker
cachedWorld, canEnterOpenDoors, canOpenDoors, canSwim, entity, entityBlockXSize, entityBlockYSize, entityBlockZSize, pathNodeCache -
Constructor Summary
Constructors Modifier Constructor Description privatePathNodeMaker() -
Method Summary
Modifier and Type Method Description protected PathNodeTypeadjustNodeType(BlockView world, boolean canOpenDoors, boolean canEnterOpenDoors, BlockPos pos, PathNodeType type)Methods inherited from class net.minecraft.entity.ai.pathing.LandPathNodeMaker
clear, findNearbyNodeTypes, getCommonNodeType, getDefaultNodeType, getFeetY, getLandNodeType, getNode, getNodeType, getNodeTypeFromNeighbors, getStart, getSuccessors, initMethods inherited from class net.minecraft.entity.ai.pathing.PathNodeMaker
canEnterOpenDoors, canOpenDoors, canSwim, getNode, getNode, setCanEnterOpenDoors, setCanOpenDoors, setCanSwim
-
Constructor Details
-
PathNodeMaker
private PathNodeMaker()
-
-
Method Details
-
adjustNodeType
protected PathNodeType adjustNodeType(BlockView world, boolean canOpenDoors, boolean canEnterOpenDoors, BlockPos pos, PathNodeType type)- Overrides:
adjustNodeTypein classLandPathNodeMaker- Mappings:
Namespace Name Mixin selector official aLdcy;a(Lbsz;ZZLfx;Ldcp;)Ldcp;intermediary method_61Lnet/minecraft/class_14;method_61(Lnet/minecraft/class_1922;ZZLnet/minecraft/class_2338;Lnet/minecraft/class_7;)Lnet/minecraft/class_7;named adjustNodeTypeLnet/minecraft/entity/ai/pathing/LandPathNodeMaker;adjustNodeType(Lnet/minecraft/world/BlockView;ZZLnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/ai/pathing/PathNodeType;)Lnet/minecraft/entity/ai/pathing/PathNodeType;
-