Class InteractWithBlockTask

java.lang.Object
adris.altoclef.tasksystem.Task
adris.altoclef.tasks.InteractWithBlockTask

public class InteractWithBlockTask extends Task
Left or Right click on a block on a particular (or any) side of the block.
  • Constructor Details

    • InteractWithBlockTask

      public InteractWithBlockTask(ItemTarget toUse, net.minecraft.util.math.Direction direction, net.minecraft.util.math.BlockPos target, baritone.api.utils.input.Input interactInput, boolean walkInto, net.minecraft.util.math.Vec3i interactOffset, boolean shiftClick)
    • InteractWithBlockTask

      public InteractWithBlockTask(ItemTarget toUse, net.minecraft.util.math.Direction direction, net.minecraft.util.math.BlockPos target, baritone.api.utils.input.Input interactInput, boolean walkInto, boolean shiftClick)
    • InteractWithBlockTask

      public InteractWithBlockTask(ItemTarget toUse, net.minecraft.util.math.Direction direction, net.minecraft.util.math.BlockPos target, boolean walkInto)
    • InteractWithBlockTask

      public InteractWithBlockTask(ItemTarget toUse, net.minecraft.util.math.BlockPos target, boolean walkInto, net.minecraft.util.math.Vec3i interactOffset)
    • InteractWithBlockTask

      public InteractWithBlockTask(ItemTarget toUse, net.minecraft.util.math.BlockPos target, boolean walkInto)
    • InteractWithBlockTask

      public InteractWithBlockTask(ItemTarget toUse, net.minecraft.util.math.BlockPos target)
    • InteractWithBlockTask

      public InteractWithBlockTask(net.minecraft.item.Item toUse, net.minecraft.util.math.Direction direction, net.minecraft.util.math.BlockPos target, baritone.api.utils.input.Input interactInput, boolean walkInto, net.minecraft.util.math.Vec3i interactOffset, boolean shiftClick)
    • InteractWithBlockTask

      public InteractWithBlockTask(net.minecraft.item.Item toUse, net.minecraft.util.math.Direction direction, net.minecraft.util.math.BlockPos target, baritone.api.utils.input.Input interactInput, boolean walkInto, boolean shiftClick)
    • InteractWithBlockTask

      public InteractWithBlockTask(net.minecraft.item.Item toUse, net.minecraft.util.math.Direction direction, net.minecraft.util.math.BlockPos target, boolean walkInto)
    • InteractWithBlockTask

      public InteractWithBlockTask(net.minecraft.item.Item toUse, net.minecraft.util.math.BlockPos target, boolean walkInto, net.minecraft.util.math.Vec3i interactOffset)
    • InteractWithBlockTask

      public InteractWithBlockTask(net.minecraft.item.Item toUse, net.minecraft.util.math.BlockPos target, boolean walkInto)
    • InteractWithBlockTask

      public InteractWithBlockTask(net.minecraft.item.Item toUse, net.minecraft.util.math.BlockPos target)
    • InteractWithBlockTask

      public InteractWithBlockTask(net.minecraft.util.math.BlockPos target)
  • Method Details