Uses of Enum Class
net.minecraft.entity.ai.pathing.NavigationType
Packages that use NavigationType
Package
Description
The base package for all Minecraft classes.
-
Uses of NavigationType in net.minecraft
Methods in net.minecraft with parameters of type NavigationTypeModifier and TypeMethodDescriptionbooleanclass_7322.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) -
Uses of NavigationType in net.minecraft.block
Methods in net.minecraft.block with parameters of type NavigationTypeModifier and TypeMethodDescriptionbooleanAbstractBlock.AbstractBlockState.canPathfindThrough(BlockView world, BlockPos pos, NavigationType type) booleanAbstractBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) Deprecated.booleanAbstractCauldronBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanAbstractSkullBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanAnvilBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanBambooBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanBedBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanBellBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanBrewingStandBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanCactusBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanCakeBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanCampfireBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanCandleCakeBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanChainBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanChestBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanChorusPlantBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanCocoaBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanComposterBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanConduitBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanDirtPathBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanDoorBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanDragonEggBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanEnchantingTableBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanEnderChestBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanFarmlandBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanFenceBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanFenceGateBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanFlowerPotBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanFluidBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanGrindstoneBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanHopperBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanHorizontalConnectingBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanLanternBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanLecternBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanPistonBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanPistonExtensionBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanPistonHeadBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanPlantBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanPointedDripstoneBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanPowderSnowBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanRespawnAnchorBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanRodBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanSculkSensorBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanSeaPickleBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanSlabBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanSnowBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanSoulSandBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanStairsBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanStonecutterBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanTrapdoorBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) booleanWallBlock.canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) -
Uses of NavigationType in net.minecraft.entity.ai.pathing
Methods in net.minecraft.entity.ai.pathing that return NavigationTypeModifier and TypeMethodDescriptionstatic NavigationTypeReturns the enum constant of this class with the specified name.static NavigationType[]NavigationType.values()Returns an array containing the constants of this enum class, in the order they are declared.
AbstractBlock.AbstractBlockState.canPathfindThrough(net.minecraft.world.BlockView, net.minecraft.util.math.BlockPos, net.minecraft.entity.ai.pathing.NavigationType)instead.