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 makes the bot jump.
    Action node that makes the bot look at a specific 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 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 uses the item in the bot's hand.
    Action node that delays execution for a specified duration with optional jitter.