Package net.minecraft.entity.mob
Class CreakingEntity.CreakingLandPathNodeMaker
java.lang.Object
net.minecraft.entity.ai.pathing.PathNodeMaker
net.minecraft.entity.ai.pathing.LandPathNodeMaker
net.minecraft.entity.mob.CreakingEntity.CreakingLandPathNodeMaker
- Enclosing class:
- CreakingEntity
- Mappings:
- Namespace - Name - named - net/minecraft/entity/mob/CreakingEntity$CreakingLandPathNodeMaker- intermediary - net/minecraft/class_10275$class_10283- official - cnd$f
- 
Field SummaryFieldsFields inherited from class net.minecraft.entity.ai.pathing.LandPathNodeMakerY_OFFSETFields inherited from class net.minecraft.entity.ai.pathing.PathNodeMakercanEnterOpenDoors, canOpenDoors, canSwim, canWalkOverFences, context, entity, entityBlockXSize, entityBlockYSize, entityBlockZSize, pathNodeCache
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetDefaultNodeType(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 doorsMethods inherited from class net.minecraft.entity.ai.pathing.LandPathNodeMakercanPathThrough, clear, getCollidingNodeTypes, getCommonNodeType, getFeetY, getFeetY, getLandNodeType, getLandNodeType, getNode, getNodeType, getNodeType, getNodeTypeFromNeighbors, getPathNode, getStart, getStart, getSuccessors, init, isAmphibious, isValidAdjacentSuccessor, isValidDiagonalSuccessor, isValidDiagonalSuccessorMethods inherited from class net.minecraft.entity.ai.pathing.PathNodeMakercanEnterOpenDoors, canOpenDoors, canSwim, canWalkOverFences, createNode, getDefaultNodeType, getNode, getNode, isFireDamaging, setCanEnterOpenDoors, setCanOpenDoors, setCanSwim, setCanWalkOverFences
- 
Field Details- 
field_54896private static final int field_54896- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_54896- Lnet/minecraft/entity/mob/CreakingEntity$CreakingLandPathNodeMaker;field_54896:I- intermediary - field_54896- Lnet/minecraft/class_10275$class_10283;field_54896:I- official - m- Lcnd$f;m:I
 
 
- 
- 
Constructor Details- 
CreakingLandPathNodeMakerCreakingLandPathNodeMaker()
 
- 
- 
Method Details- 
getDefaultNodeTypeGets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doors- Overrides:
- getDefaultNodeTypein class- LandPathNodeMaker
- Mappings:
- Namespace - Name - Mixin selector - named - getDefaultNodeType- Lnet/minecraft/entity/ai/pathing/PathNodeMaker;getDefaultNodeType(Lnet/minecraft/entity/ai/pathing/PathContext;III)Lnet/minecraft/entity/ai/pathing/PathNodeType;- intermediary - method_17- Lnet/minecraft/class_8;method_17(Lnet/minecraft/class_9316;III)Lnet/minecraft/class_7;- official - a- Letn;a(Lett;III)Letr;
 
 
-