Class DialogTagKeys

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

@NullMarked @GeneratedFrom("1.21.7-rc2") @Experimental public final class DialogTagKeys extends Object
Vanilla tag keys for RegistryKey.DIALOG.
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

    • PAUSE_SCREEN_ADDITIONS

      public static final TagKey<Dialog> PAUSE_SCREEN_ADDITIONS
      #minecraft:pause_screen_additions
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • QUICK_ACTIONS

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

    • create

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