Package baritone.api.process
Interface IFarmProcess
- All Superinterfaces:
IBaritoneProcess
-
Field Summary
Fields inherited from interface baritone.api.process.IBaritoneProcess
DEFAULT_PRIORITY -
Method Summary
Modifier and TypeMethodDescriptiondefault voidfarm()Begin to search for nearby crops to farm.default voidfarm(int range) Begin to search for crops to farm with in specified aria from the position the command was executed.voidfarm(int range, net.minecraft.core.BlockPos pos) Begin to search for crops to farm with in specified aria from specified location.Methods inherited from interface baritone.api.process.IBaritoneProcess
displayName, displayName0, isActive, isTemporary, onLostControl, onTick, priority
-
Method Details
-
farm
Begin to search for crops to farm with in specified aria from specified location.- Parameters:
range- The distance from center to farm frompos- The center position to base the range from
-
farm
Begin to search for nearby crops to farm. -
farm
Begin to search for crops to farm with in specified aria from the position the command was executed.- Parameters:
range- The distance to search for crops to farm
-