Uses of Enum Class
net.minecraft.core.BlockPos.TraversalNodeStatus
Packages that use BlockPos.TraversalNodeStatus
-
Uses of BlockPos.TraversalNodeStatus in net.minecraft.core
Methods in net.minecraft.core that return BlockPos.TraversalNodeStatusModifier and TypeMethodDescriptionstatic BlockPos.TraversalNodeStatus
Returns the enum constant of this class with the specified name.static BlockPos.TraversalNodeStatus[]
BlockPos.TraversalNodeStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in net.minecraft.core with type arguments of type BlockPos.TraversalNodeStatusModifier and TypeMethodDescriptionstatic int
BlockPos.breadthFirstTraversal
(BlockPos p_278078_, int p_277385_, int p_277666_, BiConsumer<BlockPos, Consumer<BlockPos>> p_277755_, Function<BlockPos, BlockPos.TraversalNodeStatus> p_382816_)