Class VillagerTypeKeys

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

@GeneratedFrom("1.21.1") @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 Details

    • DESERT

      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

      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

      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

      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

      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

      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

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