Options
All
  • Public
  • Public/Protected
  • All
Menu

Class primarily used to apply mirroring to block states

since

5.0

Hierarchy

Index

Constructors

  • Since Mirror is originally a Java enum, new instances cannot be constructed

    since

    5.0

    Returns Mirror

Properties

FRONT_BACK: Mirror
since

5.0

LEFT_RIGHT: Mirror
since

5.0

NONE: Mirror
since

5.0

class: Class<Object>

Methods

  • clone(): any
  • equals(param0: any): boolean
  • Parameters

    • param0: any

    Returns boolean

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

  • Parameters

    • param0: number

    Returns void

  • Parameters

    • param0: number
    • param1: number

    Returns void

Generated using TypeDoc