IGeneralProperties

public interface IGeneralProperties(source)

Common properties for built-in containers.

See also

Inheritors

Functions

Link copied to clipboard
public abstract Identifier getBiome()

Biome the container is in.

Link copied to clipboard
public abstract Integer getHeight()

Y-coordinate of the container.

Link copied to clipboard
public abstract String getName()

Custom container name (renamed with an anvil or with a name tag).

Link copied to clipboard
public Unit writeSelectors(BiConsumer<String, String> appendSelector)