Uses of Class
net.minecraft.class_9316
Packages that use class_9316
-
Uses of class_9316 in net.minecraft.entity.ai.pathing
Fields in net.minecraft.entity.ai.pathing declared as class_9316Methods in net.minecraft.entity.ai.pathing with parameters of type class_9316Modifier and TypeMethodDescriptionLandPathNodeMaker.getCollidingNodeTypes
(class_9316 class_9316, int x, int y, int z) AmphibiousPathNodeMaker.getDefaultNodeType
(class_9316 class_9316, 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 doorsBirdPathNodeMaker.getDefaultNodeType
(class_9316 class_9316, 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 doorsLandPathNodeMaker.getDefaultNodeType
(class_9316 class_9316, 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 doorsabstract PathNodeType
PathNodeMaker.getDefaultNodeType
(class_9316 class_9316, 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 doorsWaterPathNodeMaker.getDefaultNodeType
(class_9316 class_9316, 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 doorsstatic PathNodeType
LandPathNodeMaker.getLandNodeType
(class_9316 class_9316, BlockPos.Mutable pos) LandPathNodeMaker.getNodeType
(class_9316 class_9316, int x, int y, int z, MobEntity mob) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsabstract PathNodeType
PathNodeMaker.getNodeType
(class_9316 class_9316, int x, int y, int z, MobEntity mob) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsWaterPathNodeMaker.getNodeType
(class_9316 class_9316, int x, int y, int z, MobEntity mob) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsstatic PathNodeType
LandPathNodeMaker.getNodeTypeFromNeighbors
(class_9316 class_9316, int int2, int int3, int int4, PathNodeType pathNodeType) -
Uses of class_9316 in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type class_9316Modifier and TypeMethodDescriptionFrogEntity.FrogSwimPathNodeMaker.getDefaultNodeType
(class_9316 class_9316, 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 doors