Package com.soulfiremc.server.script.nodes.action


@NullMarked package com.soulfiremc.server.script.nodes.action
Action nodes that perform bot control operations in the game world.
  • Classes
    Class
    Description
    Action node that makes the bot attack the entity it's looking at.
    Action node that breaks a block at a specified position.
    Action node that performs an inventory slot click.
    Action node that closes any open container or inventory screen.
    Action node that drops whatever item is currently held on the cursor.
    Action node that drops items from a specific inventory slot.
    Action node that makes the bot jump.
    Action node that makes the bot look at a specific position.
    Action node that toggles the bot's backward movement (S key).
    Action node that toggles the bot's forward movement (W key).
    Action node that opens the player's inventory screen.
    Action node that pathfinds the bot away from a position.
    Action node that pathfinds the bot to a target position.
    Action node that places a block at a specified position.
    Action node that logs a message for debugging.
    Action node that respawns the bot after death.
    Action node that selects a hotbar slot (0-8).
    Action node that sends a chat message or command.
    Action node that sets the bot's rotation (yaw and pitch).
    Action node that toggles or sets the bot's sneaking state.
    Action node that toggles or sets the bot's sprinting state.
    Action node that toggles the bot's left strafe movement (A key).
    Action node that toggles the bot's right strafe movement (D key).
    Action node that swings the bot's arm without attacking.
    Action node that uses the item in the bot's hand.
    Action node that delays execution for a specified duration with optional jitter.