Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NativeGuiChangedFunction

Hierarchy

  • NativeGuiChangedFunction

Callable

  • NativeGuiChangedFunction(screenName: string, lastScreenName: string, isPushEvent: boolean): void
  • Function used in "NativeGuiChanged" callback

    Parameters

    • screenName: string

      current screen name

    • lastScreenName: string

      previous screen name

    • isPushEvent: boolean

      if true, the new screen was pushed on the Minecraft screens stack, popped from the stack otherwise

    Returns void

Generated using TypeDoc