Class CollectBlockController
java.lang.Object
com.soulfiremc.server.pathfinding.controller.CollectBlockController
-
Constructor Summary
ConstructorsConstructorDescriptionCollectBlockController
(Predicate<net.minecraft.world.level.block.Block> blockTypeChecker, int requestedAmount, int maxRadius) -
Method Summary
Modifier and TypeMethodDescriptionsearchWithinRadius
(BotConnection botConnection, Predicate<net.minecraft.world.level.block.state.BlockState> checker, int radius) void
start
(BotConnection bot)
-
Constructor Details
-
CollectBlockController
public CollectBlockController(Predicate<net.minecraft.world.level.block.Block> blockTypeChecker, int requestedAmount, int maxRadius)
-
-
Method Details
-
searchWithinRadius
public static Set<SFVec3i> searchWithinRadius(BotConnection botConnection, Predicate<net.minecraft.world.level.block.state.BlockState> checker, int radius) -
start
-