Empeld
Empeld plugin documentation.
pluginbase.Objects.World.Generators.IBlockGenerator Interface Reference

World generator More...

Inheritance diagram for pluginbase.Objects.World.Generators.IBlockGenerator:
pluginbase.Objects.World.Generators.IWorldGenerator pluginbase.Objects.World.Generators.WorldGeneratorBase essentials.WorldGenerators.FlatWorld

Public Member Functions

IBlock GetBlock (int x, int y, int z)
 Gets a block at a given coordinate More...
 

Detailed Description

World generator

Member Function Documentation

◆ GetBlock()

IBlock pluginbase.Objects.World.Generators.IBlockGenerator.GetBlock ( int  x,
int  y,
int  z 
)

Gets a block at a given coordinate

Returns
The block.
Parameters
xThe x coordinate.
yThe y coordinate.
zThe z coordinate.

Implemented in pluginbase.Objects.World.Generators.WorldGeneratorBase, and essentials.WorldGenerators.FlatWorld.


The documentation for this interface was generated from the following file: