public interface IFarmProcess extends IBaritoneProcess
DEFAULT_PRIORITY
Modifier and Type | Method and Description |
---|---|
default void |
farm()
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.util.math.BlockPos pos)
Begin to search for crops to farm with in specified aria
from specified location.
|
displayName, displayName0, isActive, isTemporary, onLostControl, onTick, priority
void farm(int range, net.minecraft.util.math.BlockPos pos)
range
- The distance from center to farm frompos
- The center position to base the range fromdefault void farm()
default void farm(int range)
range
- The distance to search for crops to farm