Options
All
  • Public
  • Public/Protected
  • All
Menu

Wrapper for the native Level class to access some properties associated with the whole Minecraft world.

since

1.0

Hierarchy

Index

Methods

  • clone(): any
  • equals(param0: any): boolean
  • finalize(): void
  • getPointer(): number
  • Returns number

    pointer to the native object wrapped by the following native interface object, represented by a signed 64-bit integer

  • hashCode(): number
  • isClientSide(): boolean
  • since

    4.0

    Returns boolean

    true if the following Level is client, false if it's server

  • notify(): void
  • notifyAll(): void
  • toString(): string
  • wait(): void
  • wait(param0: number): void
  • wait(param0: number, param1: number): void

Generated using TypeDoc