Package io.papermc.paper.registry.keys
Class DialogKeys
java.lang.Object
io.papermc.paper.registry.keys.DialogKeys
Vanilla 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 SummaryFieldsModifier and TypeFieldDescriptionminecraft:custom_optionsminecraft:quick_actionsminecraft:server_links
- 
Method Summary
- 
Field Details- 
CUSTOM_OPTIONSminecraft:custom_options- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
 
- 
QUICK_ACTIONSminecraft:quick_actions- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
 
- 
SERVER_LINKSminecraft:server_links- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
 
 
- 
- 
Method Details- 
createCreates a typed key forDialogin the registryminecraft:dialog.- Parameters:
- key- the value's key in the registry
- Returns:
- a new typed key
 
 
-