Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkbenchShapedRecipe

Object representing workbench shaped recipe

Hierarchy

Index

Methods

  • addToVanillaWorkbench(): void
  • clone(): any
  • equals(param0: any): boolean
  • finalize(): void
  • getClass(): Class<any>
  • getEntryCodes(): ArrayList<Long>
  • getPrefix(): string
  • getRecipeMask(): string
  • getRecipeUid(): number
  • 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

  • isMatchingResult(id: number, count: number, data: number): boolean
  • isPossibleForInventory(inv: HashMap<Long, Integer>): boolean
  • isValid(): boolean
  • isVanilla(): boolean
  • notify(): void
  • notifyAll(): void
  • setPrefix(prefix: string): void
  • toString(): string
  • wait(): void
  • wait(param0: number): void
  • wait(param0: number, param1: number): void

Generated using TypeDoc