Options
All
  • Public
  • Public/Protected
  • All
Menu

Object representing furnace recipe

Hierarchy

  • Object
    • FurnaceRecipe

Index

Properties

inData: number
inId: number
resData: number
resId: number

Methods

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

    • param0: any

    Returns boolean

  • finalize(): void
  • getClass(): Class<any>
  • getInputKey(): number
  • getPrefix(): string
  • hashCode(): number
  • isMatchingPrefix(prefix: string): boolean
  • Compares current recipe's prefix with given one

    Parameters

    • prefix: string

      prefix value to compare with

    Returns boolean

    true, if current recipe's prefix is the same as given one, false otherwise

  • isValid(): boolean
  • notify(): void
  • notifyAll(): void
  • setPrefix(prefix: string): void
  • Sets prefix value for the recipe

    Parameters

    • prefix: string

      new prefix value

    Returns 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