Interface IFarmProcess

All Superinterfaces:
IBaritoneProcess

public interface IFarmProcess extends IBaritoneProcess
  • Field Summary

    Fields inherited from interface baritone.api.process.IBaritoneProcess

    DEFAULT_PRIORITY
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Begin to search for nearby crops to farm.
    default void
    farm(int range)
    Begin to search for crops to farm with in specified aria from the position the command was executed.
    void
    farm(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

      void farm(int range, net.minecraft.core.BlockPos pos)
      Begin to search for crops to farm with in specified aria from specified location.
      Parameters:
      range - The distance from center to farm from
      pos - The center position to base the range from
    • farm

      default void farm()
      Begin to search for nearby crops to farm.
    • farm

      default void farm(int range)
      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