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

Represents a class that will modify the structure of the world generator More...

Public Member Functions

IBlock Modify (IBlock incoming, int x, int y, int z)
 The main manipulator that will examine an incoming block, and its coordinate and choose to either pass-thru, or modify the block More...
 

Detailed Description

Represents a class that will modify the structure of the world generator

Member Function Documentation

◆ Modify()

IBlock pluginbase.Objects.World.Generators.IWorldModifier.Modify ( IBlock  incoming,
int  x,
int  y,
int  z 
)

The main manipulator that will examine an incoming block, and its coordinate and choose to either pass-thru, or modify the block

Parameters
incomingIncoming.
xThe x coordinate.
yThe y coordinate.
zThe z coordinate.

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