Class PoiTypeTagKeys

java.lang.Object
io.papermc.paper.registry.keys.tags.PoiTypeTagKeys

@NullMarked @GeneratedClass public final class PoiTypeTagKeys extends Object
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

    • ACQUIRABLE_JOB_SITE

      public static final TagKey<PoiType> ACQUIRABLE_JOB_SITE
      #minecraft:acquirable_job_site
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • BEE_HOME

      public static final TagKey<PoiType> BEE_HOME
      #minecraft:bee_home
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • VILLAGE

      public static final TagKey<PoiType> VILLAGE
      #minecraft:village
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
  • Method Details

    • create

      public static TagKey<PoiType> create(Key key)
      Creates a tag key for PoiType in the registry minecraft:point_of_interest_type.
      Parameters:
      key - the tag key's key
      Returns:
      a new tag key