IVillagerProperties

Properties for villagers.

See also

Inheritors

Properties

Link copied to clipboard
abstract val level: Int

The level of the villager.

Link copied to clipboard
abstract val profession: Identifier

The profession ID of the villager.

Link copied to clipboard
abstract val type: Identifier

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

Functions

Link copied to clipboard
open fun writeSelectors(appendSelector: BiConsumer<String, String>)