Options
All
  • Public
  • Public/Protected
  • All
Menu

Object representing render entry with its displaying condition

Hierarchy

  • RenderEntry

Index

Methods

  • asCondition(x: number, y: number, z: number, group: string | Group, mode: number): RenderEntry
  • asCondition(x: number, y: number, z: number, id: number, data: number, mode: number): RenderEntry
  • Sets BLOCK condition with specified parameters. Uses coordinates that are relative to current block's ones

    Parameters

    Returns RenderEntry

    reference to itself to be used in sequential calls

  • Sets BLOCK condition with specified parameters. Uses coordinates that are relative to current block's ones. Creates a new anonymous group with single block

    Parameters

    • x: number
    • y: number
    • z: number
    • id: number

      condition block id

    • data: number

      condition block data

    • mode: number

      one of the MODE_INCLUDE and MODE_EXCLUDE constants

    Returns RenderEntry

    reference to itself to be used in sequential calls

Generated using TypeDoc