Package net.minecraft.entity.passive
Class GoatEntity.GoatPathNodeMaker
java.lang.Object
net.minecraft.entity.ai.pathing.PathNodeMaker
net.minecraft.entity.ai.pathing.LandPathNodeMaker
net.minecraft.entity.passive.GoatEntity.GoatPathNodeMaker
- Enclosing class:
- GoatEntity
- Mappings:
Namespace Name official bis$a
intermediary net/minecraft/class_6053$class_6339
named net/minecraft/entity/passive/GoatEntity$GoatPathNodeMaker
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.pathing.LandPathNodeMaker
waterPathNodeTypeWeight, Y_OFFSET
Fields inherited from class net.minecraft.entity.ai.pathing.PathNodeMaker
cachedWorld, canEnterOpenDoors, canOpenDoors, canSwim, entity, entityBlockXSize, entityBlockYSize, entityBlockZSize, pathNodeCache
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDefaultNodeType
(BlockView world, 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.LandPathNodeMaker
adjustNodeType, clear, findNearbyNodeTypes, getCommonNodeType, getFeetY, getFeetY, getLandNodeType, getNode, getNodeType, getNodeType, getNodeTypeFromNeighbors, getPathNode, getStart, getSuccessors, inflictsFireDamage, init, isValidAdjacentSuccessor, isValidDiagonalSuccessor, method_37004
Methods inherited from class net.minecraft.entity.ai.pathing.PathNodeMaker
canEnterOpenDoors, canOpenDoors, canSwim, getNode, getNode, setCanEnterOpenDoors, setCanOpenDoors, setCanSwim
-
Field Details
-
pos
- Mappings:
Namespace Name Mixin selector official l
Lbis$a;l:Lgh$a;
intermediary field_33489
Lnet/minecraft/class_6053$class_6339;field_33489:Lnet/minecraft/class_2338$class_2339;
named pos
Lnet/minecraft/entity/passive/GoatEntity$GoatPathNodeMaker;pos:Lnet/minecraft/util/math/BlockPos$Mutable;
-
-
Constructor Details
-
GoatPathNodeMaker
GoatPathNodeMaker()
-
-
Method Details
-
getDefaultNodeType
Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doors- Overrides:
getDefaultNodeType
in classLandPathNodeMaker
- Mappings:
Namespace Name Mixin selector official a
Ldik;a(Lbzj;III)Ldih;
intermediary method_17
Lnet/minecraft/class_8;method_17(Lnet/minecraft/class_1922;III)Lnet/minecraft/class_7;
named getDefaultNodeType
Lnet/minecraft/entity/ai/pathing/PathNodeMaker;getDefaultNodeType(Lnet/minecraft/world/BlockView;III)Lnet/minecraft/entity/ai/pathing/PathNodeType;
-