Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Commands

Namespace used to manipulate minecraft commands

Index

Functions

Functions

  • Executes specified command

    Parameters

    • command: string

      command to be executed

    Returns Nullable<string>

    error message or null if the command was run successfully

  • execAt(command: string, x: number, y: number, z: number): Nullable<string>
  • Executes specified command using specified coordinates as command location for all relative calculations

    Parameters

    • command: string

      command to be executed

    • x: number
    • y: number
    • z: number

    Returns Nullable<string>

    error message or null if the command was run successfully

Generated using TypeDoc