Package io.papermc.paper.registry.keys
Class VillagerTypeKeys
java.lang.Object
io.papermc.paper.registry.keys.VillagerTypeKeys
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
FieldsModifier and TypeFieldDescriptionstatic final TypedKey<Villager.Type> minecraft:desertstatic final TypedKey<Villager.Type> minecraft:junglestatic final TypedKey<Villager.Type> minecraft:plainsstatic final TypedKey<Villager.Type> minecraft:savannastatic final TypedKey<Villager.Type> minecraft:snowstatic final TypedKey<Villager.Type> minecraft:swampstatic 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
-