Package net.minecraft.entity.passive
Class GoatEntity.class_6339
java.lang.Object
net.minecraft.entity.ai.pathing.PathNodeMaker
net.minecraft.entity.ai.pathing.LandPathNodeMaker
net.minecraft.entity.passive.GoatEntity.class_6339
- Enclosing class:
- GoatEntity
- Mappings:
Namespace Name official bem$a
intermediary net/minecraft/class_6053$class_6339
named net/minecraft/entity/passive/GoatEntity$class_6339
-
Field Summary
FieldsFields 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
Constructors -
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, getLandNodeType, getNode, getNodeType, getNodeTypeFromNeighbors, getStart, getSuccessors, init
Methods inherited from class net.minecraft.entity.ai.pathing.PathNodeMaker
canEnterOpenDoors, canOpenDoors, canSwim, getNode, getNode, setCanEnterOpenDoors, setCanOpenDoors, setCanSwim
-
Field Details
-
field_33489
- Mappings:
Namespace Name Mixin selector official l
Lbem$a;l:Lgb$a;
intermediary field_33489
Lnet/minecraft/class_6053$class_6339;field_33489:Lnet/minecraft/class_2338$class_2339;
named field_33489
Lnet/minecraft/entity/passive/GoatEntity$class_6339;field_33489:Lnet/minecraft/util/math/BlockPos$Mutable;
-
-
Constructor Details
-
class_6339
private class_6339()
-
-
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
Ldga;a(Lbvb;III)Ldfx;
intermediary method_25
Lnet/minecraft/class_8;method_25(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;
-