Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new PlainsBiome(blocks: any, feature: any, seed: any): PlainsBiome

Properties

block

block: {}

Type declaration

  • [index: string]: number

caveNoise

caveNoise: Noise3D

caveNoise2

caveNoise2: Noise3D

feature

feature: {}

Type declaration

  • [index: string]: number

hash

hash: hash

hash2

hash2: hash

height

height: number = 120

heightNoise

heightNoise: Noise2D

heightNoise2

heightNoise2: Noise2D

id

id: string = "plains"

mountainNoise

mountainNoise: Noise2D

seed

seed: number

Methods

getBlock

  • getBlock(x: number, y: number, z: number, get: Function): number

getHeightMap

  • getHeightMap(x: number, y: number, z: number): number

validate

  • validate(x: number, z: number): boolean

Generated using TypeDoc