IVillagerProperties

public interface IVillagerProperties(source)

Properties for villagers.

See also

Inheritors

Functions

Link copied to clipboard
public abstract Integer getLevel()

The level of the villager.

Link copied to clipboard
public abstract Identifier getProfession()

The profession ID of the villager.

Link copied to clipboard
public abstract Identifier getType()

The type of the villager (e.g. which biome it was born in, can be seen on its clothing).

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