Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AddonEntity

Index

Properties

Methods

Properties

id: number

Entity unique id

type: string

Add-on defined entity name id

Methods

  • exec(command: string): string
  • Executes command with the entity

    Parameters

    • command: string

      command to be executed

    Returns string

    error message or null if the command was run successfully

  • execAt(command: string, x: number, y: number, z: number): string
  • Executes command with the entity on the specified coordinates

    Parameters

    • command: string

      command to be executed

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

    Returns string

    error message or null if the command was run successfully

Generated using TypeDoc