Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnimateTickFunction

Hierarchy

  • AnimateTickFunction

Callable

  • AnimateTickFunction(x: number, y: number, z: number, id: number, data: number): void
  • Function used to track random block animation ticks

    Parameters

    • x: number

      x coordinate of the block that should be updated

    • y: number

      y coordinate of the block that should be updated

    • z: number

      z coordinate of the block that should be updated

    • id: number

      block id

    • data: number

      block data

    Returns void

Generated using TypeDoc