Class VillagerTypeKeys

java.lang.Object
io.papermc.paper.registry.keys.VillagerTypeKeys

@NullMarked @GeneratedFrom("1.21.5") 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 Details Link icon

    • DESERT Link icon

      public static final TypedKey<Villager.Type> DESERT
      minecraft:desert
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • JUNGLE Link icon

      public static final TypedKey<Villager.Type> JUNGLE
      minecraft:jungle
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • PLAINS Link icon

      public static final TypedKey<Villager.Type> PLAINS
      minecraft:plains
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • SAVANNA Link icon

      public static final TypedKey<Villager.Type> SAVANNA
      minecraft:savanna
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • SNOW Link icon

      public static final TypedKey<Villager.Type> SNOW
      minecraft:snow
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • SWAMP Link icon

      public static final TypedKey<Villager.Type> SWAMP
      minecraft:swamp
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • TAIGA Link icon

      public static final TypedKey<Villager.Type> TAIGA
      minecraft:taiga
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions