BlockChangeDelegate

public interface BlockChangeDelegate

A delegate for handling block changes. This serves as direct interface between generation algorithms in the server implementation and utilizing code.

Functions

Link copied to clipboard
public abstract int getHeight()
Gets the height of the world.
Link copied to clipboard
public abstract boolean isEmpty(int x, int y, int z)
Checks if the specified block is empty (air) or not.