Package io.papermc.paper.registry.keys
Class VillagerTypeKeys
java.lang.Object
io.papermc.paper.registry.keys.VillagerTypeKeys
@GeneratedFrom("1.21.3")
@NullMarked
@Experimental
public final class VillagerTypeKeys
extends Object
Vanilla keys for
RegistryKey.VILLAGER_TYPE
.- API Note:
- The fields provided here are a direct representation of what is available from the vanilla game source. They may be changed (including removals) on any Minecraft version bump, so cross-version compatibility is not provided on the same level as it is on most of the other API.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TypedKey
<Villager.Type> minecraft:desert
static final TypedKey
<Villager.Type> minecraft:jungle
static final TypedKey
<Villager.Type> minecraft:plains
static final TypedKey
<Villager.Type> minecraft:savanna
static final TypedKey
<Villager.Type> minecraft:snow
static final TypedKey
<Villager.Type> minecraft:swamp
static final TypedKey
<Villager.Type> minecraft:taiga
-
Method Summary
-
Field Details
-
DESERT
minecraft:desert
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
JUNGLE
minecraft:jungle
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
PLAINS
minecraft:plains
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SAVANNA
minecraft:savanna
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SNOW
minecraft:snow
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SWAMP
minecraft:swamp
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
TAIGA
minecraft:taiga
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-