more binding

This commit is contained in:
Asaki Yuki 2026-02-27 13:31:31 +07:00
parent e9902febfd
commit a3c734862a
8 changed files with 3013 additions and 300 deletions

View file

@ -40452,6 +40452,50 @@ export const vanilladefs: VanillaDefs = {
"file": "ui/hud_screen.json",
"type": "stack_panel"
},
"subtitle_direction_label": {
"file": "ui/hud_screen.json",
"type": "label"
},
"subtitle_grid_item": {
"file": "ui/hud_screen.json",
"type": "panel",
"children": [
"subtitle_background"
]
},
"subtitle_grid_item/subtitle_background": {
"file": "ui/hud_screen.json",
"type": "image",
"children": [
"direction_left",
"subtitle_text",
"direction_right"
]
},
"subtitle_grid_item/subtitle_background/direction_left": {
"file": "ui/hud_screen.json",
"type": "label",
"extend": {
"name": "subtitle_direction_label",
"namespace": "hud"
}
},
"subtitle_grid_item/subtitle_background/subtitle_text": {
"file": "ui/hud_screen.json",
"type": "label",
"extend": {
"name": "chat_label",
"namespace": "hud"
}
},
"subtitle_grid_item/subtitle_background/direction_right": {
"file": "ui/hud_screen.json",
"type": "label",
"extend": {
"name": "subtitle_direction_label",
"namespace": "hud"
}
},
"subtitle_panel": {
"file": "ui/hud_screen.json",
"type": "panel",
@ -51248,6 +51292,232 @@ export const vanilladefs: VanillaDefs = {
}
}
},
"sdl_content_navigation": {
"content_navigation_factory": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "stack_panel"
},
"inventory_nav_item_panel": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "panel",
"children": [
"inventory_nav_item"
]
},
"inventory_nav_item_panel/inventory_nav_item": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "image",
"children": [
"divider_stack_panel"
]
},
"inventory_nav_item_panel/inventory_nav_item/divider_stack_panel": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "stack_panel",
"children": [
"top_pad",
"nav_button",
"divider"
]
},
"inventory_nav_item_panel/inventory_nav_item/divider_stack_panel/top_pad": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "panel"
},
"inventory_nav_item_panel/inventory_nav_item/divider_stack_panel/nav_button": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "button",
"extend": {
"name": "category_panel_button",
"namespace": "sdl_content_navigation"
}
},
"inventory_nav_item_panel/inventory_nav_item/divider_stack_panel/divider": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "stack_panel",
"extend": {
"name": "divider_panel",
"namespace": "sdl_content_navigation"
}
},
"category_panel_button": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "button",
"extend": {
"name": "button",
"namespace": "common"
},
"children": [
"default",
"hover",
"pressed"
]
},
"category_panel_button/default": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "stack_panel",
"extend": {
"name": "category_stack_panel",
"namespace": "sdl_content_navigation"
}
},
"category_panel_button/hover": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "stack_panel",
"extend": {
"name": "category_stack_panel",
"namespace": "sdl_content_navigation"
}
},
"category_panel_button/pressed": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "stack_panel",
"extend": {
"name": "category_stack_panel",
"namespace": "sdl_content_navigation"
}
},
"divider_panel": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "stack_panel",
"children": [
"top_pad",
"divider"
]
},
"divider_panel/top_pad": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "panel"
},
"divider_panel/divider": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "panel",
"extend": {
"name": "horizontal_divider",
"namespace": "common"
}
},
"category_stack_panel": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "stack_panel",
"children": [
"pad_1",
"text",
"fill_pad",
"icon",
"pad_2",
"number"
]
},
"category_stack_panel/pad_1": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "panel"
},
"category_stack_panel/text": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "unknown"
},
"category_stack_panel/fill_pad": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "panel"
},
"category_stack_panel/icon": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "image"
},
"category_stack_panel/pad_2": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "panel"
},
"category_stack_panel/number": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "label"
},
"light_redirect_button_panel": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "panel",
"children": [
"light_redirect_button"
]
},
"light_redirect_button_panel/light_redirect_button": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "button",
"extend": {
"name": "light_content_button",
"namespace": "common_buttons"
}
},
"sdl_button_no_click_panel": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "panel",
"children": [
"sdl_button_no_click"
]
},
"sdl_button_no_click_panel/sdl_button_no_click": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "button",
"extend": {
"name": "light_content_button",
"namespace": "common_buttons"
}
},
"no_click_button": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "stack_panel",
"children": [
"pad_1",
"text",
"fill_pad",
"icon_panel",
"pad_2"
]
},
"no_click_button/pad_1": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "panel"
},
"no_click_button/text": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "unknown"
},
"no_click_button/fill_pad": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "panel"
},
"no_click_button/icon_panel": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "panel",
"children": [
"icon"
]
},
"no_click_button/icon_panel/icon": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "image",
"extend": {
"name": "arrow_down",
"namespace": "sdl_content_navigation"
}
},
"no_click_button/pad_2": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "panel"
},
"arrow_down": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "image"
},
"section_header_no_color_binding": {
"file": "ui/marketplace_sdl/sdl_content_navigation.json",
"type": "label",
"extend": {
"name": "store_section_header_label",
"namespace": "common_store"
}
}
},
"sdl_dropdowns": {
"sdl_dropdown_rows": {
"file": "ui/marketplace_sdl/sdl_dropdowns.json",
@ -99807,8 +100077,6 @@ export const vanilladefs: VanillaDefs = {
"file": "ui/settings_sections/realms_world_section.json",
"type": "stack_panel",
"children": [
"new_edit_world_opt_in_panel",
"new_edit_world_opt_in_divider",
"option_info_label",
"hardcore_info_label",
"realm_name_edit",
@ -99853,50 +100121,6 @@ export const vanilladefs: VanillaDefs = {
"manage_feed_button"
]
},
"panel_content/new_edit_world_opt_in_panel": {
"file": "ui/settings_sections/realms_world_section.json",
"type": "stack_panel",
"children": [
"panel_title",
"panel_text",
"opt_in_button"
]
},
"panel_content/new_edit_world_opt_in_panel/panel_title": {
"file": "ui/settings_sections/realms_world_section.json",
"type": "panel",
"extend": {
"name": "option_group_label",
"namespace": "settings_common"
}
},
"panel_content/new_edit_world_opt_in_panel/panel_text": {
"file": "ui/settings_sections/realms_world_section.json",
"type": "panel",
"extend": {
"name": "option_group_label",
"namespace": "settings_common"
}
},
"panel_content/new_edit_world_opt_in_panel/opt_in_button": {
"file": "ui/settings_sections/realms_world_section.json",
"type": "button",
"extend": {
"name": "action_button",
"namespace": "settings_common"
}
},
"panel_content/new_edit_world_opt_in_divider": {
"file": "ui/settings_sections/realms_world_section.json",
"type": "panel",
"children": [
"section_divider"
]
},
"panel_content/new_edit_world_opt_in_divider/section_divider": {
"file": "ui/settings_sections/realms_world_section.json",
"type": "image"
},
"panel_content/option_info_label": {
"file": "ui/settings_sections/realms_world_section.json",
"type": "panel",
@ -118553,11 +118777,7 @@ export const vanilladefs: VanillaDefs = {
},
"sdl_scrolling_content_stack/store_screen_layout_factory": {
"file": "ui/store_data_driven_screen.json",
"type": "stack_panel",
"extend": {
"name": "store_section_factory",
"namespace": "common_store"
}
"type": "unknown"
},
"sdl_scrolling_content_stack/footer": {
"file": "ui/store_data_driven_screen.json",
@ -118716,13 +118936,32 @@ export const vanilladefs: VanillaDefs = {
"type": "image"
},
"main_panel/main_panel_content": {
"file": "ui/store_data_driven_screen.json",
"type": "stack_panel",
"children": [
"nav_panel",
"main_panel_because_screen_content_is_a_whiny_baby_and_cant_use_fill"
]
},
"main_panel/main_panel_content/nav_panel": {
"file": "ui/store_data_driven_screen.json",
"type": "panel",
"children": [
"sdl_screen_content"
]
},
"main_panel/main_panel_content/sdl_screen_content": {
"main_panel/main_panel_content/nav_panel/sdl_screen_content": {
"file": "ui/store_data_driven_screen.json",
"type": "unknown"
},
"main_panel/main_panel_content/main_panel_because_screen_content_is_a_whiny_baby_and_cant_use_fill": {
"file": "ui/store_data_driven_screen.json",
"type": "panel",
"children": [
"sdl_screen_content"
]
},
"main_panel/main_panel_content/main_panel_because_screen_content_is_a_whiny_baby_and_cant_use_fill/sdl_screen_content": {
"file": "ui/store_data_driven_screen.json",
"type": "unknown"
},

View file

@ -2790,4 +2790,941 @@ export enum Binding {
SELECTED_BUNDLE_ITEM_TEXT = "#selected_bundle_item_text",
EDU_AI_LESSON_CRAFTER_ON = "#edu_ai_lesson_crafter_on",
EDITIONS_VISIBLE_AND_NOT_REALMS_PROMO_VISIBLE = "#editions_visible_and_not_realms_promo_visible",
XOUT_BUTTON_VISIBLE_BINDING_NAME = "#Xout_button_visible_binding_name",
ACCESSIBILITY_COINS_WITH_BONUS = "#accessibility_coins_with_bonus",
ACCESSIBILITY_COINS_WITHOUT_BONUS = "#accessibility_coins_without_bonus",
ACCESSIBILITY_MINECOINS_AMOUNT = "#accessibility_minecoins_amount",
ACCESSIBILITY_SCALING_OPTION_TOOLTIP_TEXT = "#accessibility_scaling_option_tooltip_text",
ACTION_TEXT = "#action_text",
ACTIONBAR_TEXT_BACKGROUND_OPACITY = "#actionbar_text_background_opacity",
ACTIONBAR_TEXT_BACKGROUND_OPACITY_ENABLED = "#actionbar_text_background_opacity_enabled",
ACTIONBAR_TEXT_BACKGROUND_OPACITY_SLIDER_LABEL = "#actionbar_text_background_opacity_slider_label",
ACTIONBAR_TEXT_BACKGROUND_OPACITY_TEXT_VALUE = "#actionbar_text_background_opacity_text_value",
ACTIONS_COLLECTION_INDEX = "#actions_collection_index",
ACTIVATE_LINK = "#activate_link",
ACTIVATE_LINK_ENABLED = "#activate_link_enabled",
ACTIVATED_PURCHASE_PANEL_VISIBLE = "#activated_purchase_panel_visible",
ADD_INVITE_LINK_BUTTON_ENABLED = "#add_invite_link_button_enabled",
ADD_INVITE_LINK_BUTTON_VISIBLE = "#add_invite_link_button_visible",
ADDITIONAL_SERVER_TOGGLE_INDEX = "#additional_server_toggle_index",
ADDON_STACKING_WARNING_VISIBLE = "#addon_stacking_warning_visible",
ADVANCED_GRAPHICS_OPTIONS_BUTTON_VISIBLE = "#advanced_graphics_options_button_visible",
ADVANCED_GRAPHICS_OPTIONS_GRID_VISIBLE = "#advanced_graphics_options_grid_visible",
AGREE_TERMS_AND_CONDITIONS = "#agree_terms_and_conditions",
ANIMATION_NAME = "#animation_name",
ANIMATION_TIME_CONTENT_EDIT_BOX = "#animation_time_content_edit_box",
ANIMATION_TIME_FIELD = "#animation_time_field",
ANIMATION_TO_PLAY = "#animation_to_play",
ANIMATION_TO_PLAY_WHEN_DONE = "#animation_to_play_when_done",
APPEARANCE_STATUS_HOVER_LABEL = "#appearance_status_hover_label",
ARE_GAMEPAD_QUICK_SELECT_HELPERS_VISIBLE = "#are_gamepad_quick_select_helpers_visible",
ARMOR_TRIM_MATERIAL = "#armor_trim_material",
ARMOR_TRIM_PATTERN = "#armor_trim_pattern",
AUTHOR_TEXT_BOX = "#author_text_box",
AUTO_UPDATE_MODE_OFF = "#auto_update_mode_off",
AUTO_UPDATE_MODE_ON_WIFI_ONLY = "#auto_update_mode_on_wifi_only",
AUTO_UPDATE_MODE_ON_WITH_CELLULAR = "#auto_update_mode_on_with_cellular",
AVAILABLE_GRID_DIMENSIONS = "#available_grid_dimensions",
AVAILABLE_PACK_ITEMS = "#available_pack_items",
BACK_BUTTON_ACCESSIBILITY_TEXT = "#back_button_accessibility_text",
BACKGROUND_IMAGE_TEXTURE_FILE_SYSTEM = "#background_image_texture_file_system",
BACKGROUND_IMAGE_TEXTURE_PATH = "#background_image_texture_path",
BANNER_BUTTON_LEFT_PADDING_VISIBLE = "#banner_button_left_padding_visible",
BANNER_BUTTON_RIGHT_PADDING_VISIBLE = "#banner_button_right_padding_visible",
BANNER_DESCRIPTION_LEFT_PADDING_VISIBLE = "#banner_description_left_padding_visible",
BANNER_DESCRIPTION_RIGHT_PADDING_VISIBLE = "#banner_description_right_padding_visible",
BANNER_HOVER_TEXTURE_FILEPATH = "#banner_hover_texture_filepath",
BANNER_TITLE_LEFT_PADDING_VISIBLE = "#banner_title_left_padding_visible",
BANNER_TITLE_RIGHT_PADDING_VISIBLE = "#banner_title_right_padding_visible",
BETA_RETAIL_LEGACY_WORLD_DATE = "#beta_retail_legacy_world_date",
BETA_RETAIL_LEGACY_WORLD_FILESIZE = "#beta_retail_legacy_world_filesize",
BETA_RETAIL_LEGACY_WORLD_GAME_MODE = "#beta_retail_legacy_world_game_mode",
BETA_RETAIL_LEGACY_WORLD_IMAGE = "#beta_retail_legacy_world_image",
BETA_RETAIL_LEGACY_WORLD_NAME = "#beta_retail_legacy_world_name",
BETA_RETAIL_LEGACY_WORLD_TEXTURE_SOURCE = "#beta_retail_legacy_world_texture_source",
BETA_RETAIL_LOCAL_WORLD_DATE = "#beta_retail_local_world_date",
BETA_RETAIL_LOCAL_WORLD_FILESIZE = "#beta_retail_local_world_filesize",
BETA_RETAIL_LOCAL_WORLD_GAME_MODE = "#beta_retail_local_world_game_mode",
BETA_RETAIL_LOCAL_WORLD_IMAGE = "#beta_retail_local_world_image",
BETA_RETAIL_LOCAL_WORLD_NAME = "#beta_retail_local_world_name",
BETA_RETAIL_LOCAL_WORLD_TEXTURE_SOURCE = "#beta_retail_local_world_texture_source",
BLOCK_TYPE_DROPDOWN_LABEL_COLOR_BINDING = "#block_type_dropdown_label_color_binding",
BLOOM_STRENGTH = "#bloom_strength",
BLOOM_STRENGTH_ENABLED = "#bloom_strength_enabled",
BLOOM_STRENGTH_SLIDER_LABEL = "#bloom_strength_slider_label",
BLOOM_STRENGTH_TEXT_VALUE = "#bloom_strength_text_value",
BUNDLE_COIN_TEXTURE_FILE_SYSTEM = "#bundle_coin_texture_file_system",
BUNDLE_DESCRIPTION_COLLECTION_INDEX = "#bundle_description_collection_index",
BUNDLE_OR_HERO_PACK_ICON_SECTION_VISIBLE = "#bundle_or_hero_pack_icon_section_visible",
BUNDLE_PURCHASE_WARNING_TITLE = "#bundle_purchase_warning_title",
BUNDLE_THUMBNAIL_TEXTURE_FILE_SYSTEM = "#bundle_thumbnail_texture_file_system",
BUNDLE_THUMBNAIL_TEXTURE_NAME = "#bundle_thumbnail_texture_name",
BUTTON_DPAD_LEFT_DESCRIPTION = "#button_dpad_left_description",
BUTTON_NAME_TEXT = "#button_name_text",
BUTTON_THUMBSTICK_LEFT_DESCRIPTION = "#button_thumbstick_left_description",
BUTTON_THUMBSTICK_RIGHT_DESCRIPTION = "#button_thumbstick_right_description",
CALL_TO_ACTION_BUTTON_VISIBLE = "#call_to_action_button_visible",
CAN_MOVE = "#can_move",
CAN_SCROLL_LEFT = "#can_scroll_left",
CAN_SCROLL_RIGHT = "#can_scroll_right",
CAST_CHARACTER_OPTIONS_COLLECTION_INDEX = "#cast_character_options_collection_index",
CAST_CHARACTER_OPTIONS_DIMENSIONS = "#cast_character_options_dimensions",
CATEGORY = "#category",
CATEGORY_ADDONS_ICON_VISIBLE = "#category_addons_icon_visible",
CATEGORY_COLUMN_COLLECTION_INDEX = "#category_column_collection_index",
CATEGORY_MASHUPS_ICON_VISIBLE = "#category_mashups_icon_visible",
CATEGORY_ROW_COLLECTION_INDEX = "#category_row_collection_index",
CATEGORY_SKINS_ICON_VISIBLE = "#category_skins_icon_visible",
CATEGORY_TEXTURES_ICON_VISIBLE = "#category_textures_icon_visible",
CATEGORY_WORLDS_ICON_VISIBLE = "#category_worlds_icon_visible",
CHAT_ = "#chat_",
CHAT_BACKGROUND_OPACITY = "#chat_background_opacity",
CHAT_BACKGROUND_OPACITY_ENABLED = "#chat_background_opacity_enabled",
CHAT_BACKGROUND_OPACITY_SLIDER_LABEL = "#chat_background_opacity_slider_label",
CHAT_BACKGROUND_OPACITY_TEXT_VALUE = "#chat_background_opacity_text_value",
CHAT_COLOR_DROPDOWN_LABEL = "#chat_color_dropdown_label",
CHAT_COORDINATE_DROPDOWN_LABEL = "#chat_coordinate_dropdown_label",
CHAT_COORDINATE_DROPDOWN_VISIBLE = "#chat_coordinate_dropdown_visible",
CHAT_COORDINATE_TEXT_EDIT_VISIBLE = "#chat_coordinate_text_edit_visible",
CHAT_FONT_SIZE_SLIDER_LABEL = "#chat_font_size_slider_label",
CHAT_FONT_SIZE_STEPS = "#chat_font_size_steps",
CHAT_LINE_SPACING_SLIDER_LABEL = "#chat_line_spacing_slider_label",
CHAT_LINE_SPACING_TEXT_VALUE = "#chat_line_spacing_text_value",
CHAT_MESSAGE_DURATION_RADIO_TENSEC = "#chat_message_duration_radio_TenSec",
CHAT_MESSAGE_DURATION_RADIO_THIRTYSEC = "#chat_message_duration_radio_ThirtySec",
CHAT_MESSAGE_DURATION_RADIO_THREESEC = "#chat_message_duration_radio_ThreeSec",
CHAT_TYPEFACE_DROPDOWN_LABEL = "#chat_typeface_dropdown_label",
CLASSIC_STACK_SPLITTING_OVERLAY_VISIBLE = "#classic_stack_splitting_overlay_visible",
CLEAR_BUTTON_FOCUS_CHANGE_RIGHT = "#clear_button_focus_change_right",
CLOUD_FILE_LAST_CHANGED = "#cloud_file_last_changed",
CLOUD_FILE_LAST_CHANGED_ENABLED = "#cloud_file_last_changed_enabled",
CLOUD_FILE_NAME = "#cloud_file_name",
CLOUD_FILE_NAME_ENABLED = "#cloud_file_name_enabled",
COIN_BUNDLE_DESCRIPTION_FONT_COLOR = "#coin_bundle_description_font_color",
COIN_BUNDLE_DESCRIPTION_FONT_SIZE = "#coin_bundle_description_font_size",
COIN_BUNDLE_DESCRIPTION_FONT_TYPE = "#coin_bundle_description_font_type",
COIN_BUNDLE_DESCRIPTION_SECTION = "#coin_bundle_description_section",
COIN_BUNDLE_DESCRIPTION_TEXT = "#coin_bundle_description_text",
COIN_BUNDLE_DESCRIPTION_TEXT_TTS = "#coin_bundle_description_text_tts",
COIN_BUNDLE_SECTION_CONTENT = "#coin_bundle_section_content",
COIN_PROMPT_COLOR = "#coin_prompt_color",
COLLAPSED_COLLECTION_INDEX = "#collapsed_collection_index",
COLLAPSED_COLLECTION_NAME = "#collapsed_collection_name",
COLLAPSED_SHOW_MORE_VISIBLE = "#collapsed_show_more_visible",
COLLECTION_INDEX = "#collection_index",
COLLECTION_NAME = "#collection_name",
COLLECTION_NUMBER_SIZE = "#collection_number_size",
COLLECTION_PERMISSION_LEVEL_DROPDOWN_ICON_TEXTURE = "#collection_permission_level_dropdown_icon_texture",
COLLECTIONS = "#collections",
COLUMN_COLLECTION_INDEX = "#column_collection_index",
COMMAND_MACRO_COMMAND_ENABLED = "#command_macro_command_enabled",
COMMENT = "#comment",
COMMON = "#common",
CONSTRUCTOR = "#constructor",
CONTENT_LOG_GUI_LEVEL_ERROR = "#content_log_gui_level_error",
CONTENT_LOG_GUI_LEVEL_INFO = "#content_log_gui_level_info",
CONTENT_LOG_GUI_LEVEL_VERBOSE = "#content_log_gui_level_verbose",
CONTENT_LOG_GUI_LEVEL_WARN = "#content_log_gui_level_warn",
CONTENT_LOG_GUI_SHOW_ON_ERRORS = "#content_log_gui_show_on_errors",
CONTENT_LOG_GUI_SHOW_ON_ERRORS_ENABLED = "#content_log_gui_show_on_errors_enabled",
CONTENT_TIER_SLIDER_TEXT_VALUE = "#content_tier_slider_text_value",
CONTROL_CUSTOMIZATION_VISIBLE = "#control_customization_visible",
CONTROLLER_LEFT_BUMPER_DESCRIPTION = "#controller_left_bumper_description",
CONTROLLER_RIGHT_BUMPER_DESCRIPTION = "#controller_right_bumper_description",
COORDINATE_TYPE_FACING = "#coordinate_type_facing",
COORDINATE_TYPE_POSITION = "#coordinate_type_position",
CRAFTER_OUTPUT_ITEM_BANNER_COLORS = "#crafter_output_item_banner_colors",
CRAFTER_OUTPUT_ITEM_BANNER_PATTERNS = "#crafter_output_item_banner_patterns",
CRAFTER_OUTPUT_ITEM_BANNER_TYPE = "#crafter_output_item_banner_type",
CRAFTER_OUTPUT_ITEM_DECORATED_POT_SHERDS = "#crafter_output_item_decorated_pot_sherds",
CRAFTER_OUTPUT_ITEM_SHIELD_BASE_COLOR_HOVERED = "#crafter_output_item_shield_base_color_hovered",
CREATE_PERSONA_POPUP_CONFIRM_TEXT = "#create_persona_popup_confirm_text",
CSB_EXPIRATION_BANNER_VISIBLE = "#csb_expiration_banner_visible",
CSB_INCOMPATIBLE_BUTTON_VISIBLE = "#csb_incompatible_button_visible",
CSB_ONE_MONTH_FREE_TRIAL_VISIBLE = "#csb_one_month_free_trial_visible",
CSB_PURCHASED_WITH_BUY_PANEL = "#csb_purchased_with_buy_panel",
CSB_PURCHASED_WITH_CANCEL_PANEL = "#csb_purchased_with_cancel_panel",
CURRENT_USER_PROFILE_OPTIONS = "#current_user_profile_options",
CUSTOM_DROPDOWN_COLLECTION_INDEX = "#custom_dropdown_collection_index",
CUSTOM_ROT_Y = "#custom_rot_y",
CUSTOM_WORLD_TEMPLATE_FACTORY_COLLECTION = "#custom_world_template_factory_collection",
CUSTOMIZE_TOOLTIP_OPTION_TEXT = "#customize_tooltip_option_text",
CUSTOMIZE_TOOLTIP_OPTION_VISIBLE = "#customize_tooltip_option_visible",
CYCLE_LEFT_BUTTON_ACCESSIBILITY_TEXT = "#cycle_left_button_accessibility_text",
CYCLE_PACK_LEFT_BUTTON_ENABLED = "#cycle_pack_left_button_enabled",
CYCLE_PACK_RIGHT_BUTTON_ENABLED = "#cycle_pack_right_button_enabled",
CYCLE_RIGHT_BUTTON_ACCESSIBILITY_TEXT = "#cycle_right_button_accessibility_text",
CYCLE_SCREENSHOTS_LEFT_BUTTON_ENABLED = "#cycle_screenshots_left_button_enabled",
CYCLE_SCREENSHOTS_RIGHT_BUTTON_ENABLED = "#cycle_screenshots_right_button_enabled",
CYCLING_ICON_FILE_SYSTEM = "#cycling_icon_file_system",
CYCLING_ICON_PATH = "#cycling_icon_path",
CYCLING_ICON_ZIP = "#cycling_icon_zip",
DAMAGE_BOB = "#damage_bob",
DAMAGE_BOB_ENABLED = "#damage_bob_enabled",
DAMAGE_BOB_SLIDER_LABEL = "#damage_bob_slider_label",
DATA_FIELD = "#data_field",
DEACTIVATED_PURCHASE_HOVER_VISIBLE = "#deactivated_purchase_hover_visible",
DEACTIVATED_PURCHASE_PANEL_VISIBLE = "#deactivated_purchase_panel_visible",
DEBUG_DRAWER_BUTTON_VISIBLE = "#debug_drawer_button_visible",
DEBUG_HUD_RADIO_AUDIO = "#debug_hud_radio_audio",
DEBUG_HUD_RADIO_BUFFER_MEMORY = "#debug_hud_radio_buffer_memory",
DEBUG_HUD_RADIO_CACHESTORAGEUSAGE = "#debug_hud_radio_cachestorageusage",
DEBUG_HUD_RADIO_CAMERA = "#debug_hud_radio_camera",
DEBUG_HUD_RADIO_CLIENT_NETWORK = "#debug_hud_radio_client_network",
DEBUG_HUD_RADIO_IMAGEMEMORY = "#debug_hud_radio_imagememory",
DEBUG_HUD_RADIO_IMGUI = "#debug_hud_radio_imgui",
DEBUG_HUD_RADIO_LOCK_CONTENTION = "#debug_hud_radio_lock_contention",
DEBUG_HUD_RADIO_MATERIAL_MEMORY = "#debug_hud_radio_material_memory",
DEBUG_HUD_RADIO_OREUI = "#debug_hud_radio_oreui",
DEBUG_HUD_RADIO_PERIMAGEMEMORY = "#debug_hud_radio_perimagememory",
DEBUG_HUD_RADIO_PROFILER = "#debug_hud_radio_profiler",
DEBUG_HUD_RADIO_SERVER_NETWORK = "#debug_hud_radio_server_network",
DEBUG_HUD_RADIO_TEXTUREMEMORY = "#debug_hud_radio_texturememory",
DECORATED_POT_SHERDS = "#decorated_pot_sherds",
DEFAULT_ITEM_FILE_SYSTEM = "#default_item_file_system",
DEFAULT_ITEM_TEXTURE = "#default_item_texture",
DEFAULT_ITEM_ZIP = "#default_item_zip",
DEFAULT_MOVE_STICK_VISIBLE = "#default_move_stick_visible",
DEFAULT_MOVE_STICK_VISIBLE_ENABLED = "#default_move_stick_visible_enabled",
DEFAULT_PROMPT_COLOR = "#default_prompt_color",
DEFERRED_POINT_LIGHT_ENABLED = "#deferred_point_light_enabled",
DELETE_SELECTED_SAVES_BUTTON_ENABLED = "#delete_selected_saves_button_enabled",
DELETE_SELECTED_SAVES_BUTTON_TEXT = "#delete_selected_saves_button_text",
DEPENDENCY_TEXTURE_FILE_SYSTEM = "#dependency_texture_file_system",
DEPENDENT_PACKS_TEXTURE_FILE_SYSTEM = "#dependent_packs_texture_file_system",
DEPENDENT_PACKS_TEXTURE_ZIP = "#dependent_packs_texture_zip",
DESCRIPTION_COLLAPSED_VISIBLE = "#description_collapsed_visible",
DESCRIPTION_EXPANDED_VISIBLE = "#description_expanded_visible",
DEVICE_INFO_MEMORY_TIER_VISIBLE = "#device_info_memory_tier_visible",
DEVICE_INFO_OPTIONS_ENABLED = "#device_info_options_enabled",
DIAGNOSTICS_OPTIONS_ENABLED = "#diagnostics_options_enabled",
DISABLE_HEAD_FOLLOW_MOUSE = "#disable_head_follow_mouse",
DOCUMENT = "#document",
DRESSING_ROOM_BUTTON_FOCUS_CHANGE_OVERRIDE = "#dressing_room_button_focus_change_override",
DRESSING_ROOM_BUTTON_VISIBLE = "#dressing_room_button_visible",
DRESSING_ROOM_CONTROLLER_BUTTON_VISIBLE = "#dressing_room_controller_button_visible",
DROPDOWN_TOGGLE_TEXTURE_FILE_SYSTEM = "#dropdown_toggle_texture_file_system",
DY_D = "#dy_d",
ECOMODE_TOGGLE = "#ecomode_toggle",
ECOMODE_TOGGLE_ENABLED = "#ecomode_toggle_enabled",
EDIT_APPEARANCE_ERROR_TOOLTIP_VISIBLE = "#edit_appearance_error_tooltip_visible",
EDIT_WORLD_BUTTON_BUTTON_STRING = "#edit_world_button_button_string",
EDU_CLOUD_CONFLICT_RESOLUTION_CLOUD_DATE = "#edu_cloud_conflict_resolution_cloud_date",
EDU_CLOUD_CONFLICT_RESOLUTION_CLOUD_NAME = "#edu_cloud_conflict_resolution_cloud_name",
EDU_CLOUD_CONFLICT_RESOLUTION_DESCRIPTION = "#edu_cloud_conflict_resolution_description",
EDU_CLOUD_CONFLICT_RESOLUTION_LOCAL_DATE = "#edu_cloud_conflict_resolution_local_date",
EDU_CLOUD_CONFLICT_RESOLUTION_LOCAL_NAME = "#edu_cloud_conflict_resolution_local_name",
EDU_CLOUD_ERROR_HYPERLINK_LABEL = "#edu_cloud_error_hyperlink_label",
EDU_CLOUD_STORAGE_BODY_LABEL_TEXT = "#edu_cloud_storage_body_label_text",
EDU_CLOUD_UPLOAD = "#edu_cloud_upload",
EDU_CLOUD_UPLOAD_ENABLED = "#edu_cloud_upload_enabled",
EDU_CLOUD_UPLOAD_IMAGES_VISIBLE = "#edu_cloud_upload_images_visible",
EDU_EXTERNAL_LINK_DISPLAY_NAME = "#edu_external_link_display_name",
EDU_EXTERNAL_RESOURCE_URI_ENABLED = "#edu_external_resource_uri_enabled",
EDU_EXTERNAL_RESOURCE_URI_EXISTS = "#edu_external_resource_uri_exists",
EDU_SERVER_TIMEOUT_BUTTON_TEXT = "#edu_server_timeout_button_text",
EDU_SIGNED_IN_ONLY_UI_VISIBLE = "#edu_signed_in_only_ui_visible",
EDU_URI_RESOURCE_NAME = "#edu_uri_resource_name",
EDU_URI_RESOURCE_NAME_ENABLED = "#edu_uri_resource_name_enabled",
EDU_URI_RESOURCE_URI = "#edu_uri_resource_uri",
EDU_URI_RESOURCE_URI_ENABLED = "#edu_uri_resource_uri_enabled",
EMOTE_INDEX = "#emote_index",
EMOTE_WHEEL_SELECTION_VISIBLE = "#emote_wheel_selection_visible",
EMPTY_STAR_TEXTURE = "#empty_star_texture",
ENABLE_GRAPHICS_API_SWITCHING = "#enable_graphics_api_switching",
ENCHANT_ERROR = "#enchant_error",
ENTITLEMENTS_REFRESHING_VISIBLE = "#entitlements_refreshing_visible",
ENTRY_BUTTON_FOCUS_CHANGE_LEFT_OVERRIDE = "#entry_button_focus_change_left_override",
ENTRY_BUTTON_FOCUS_CHANGE_RIGHT_OVERRIDE = "#entry_button_focus_change_right_override",
ENTRY_BUTTON_FOCUS_ID_OVERRIDE = "#entry_button_focus_id_override",
ENTRY_BUTTON_TOOLTIP_VISIBLE = "#entry_button_tooltip_visible",
ENTRY_GRID_COLLECTION_INDEX = "#entry_grid_collection_index",
ENTRY_SELECTION_COLLECTION_INDEX = "#entry_selection_collection_index",
EPIC = "#epic",
ERROR_CODE = "#error_code",
EXISTING_WORLD_BUTTON_ENABLED = "#existing_world_button_enabled",
EXISTING_WORLD_ICON_FILE_SYSTEM = "#existing_world_icon_file_system",
EXPANDED_COLOR = "#expanded_color",
EXPANDED_SKIN_PACK_COLLECTION_INDEX = "#expanded_skin_pack_collection_index",
EXPERIMENTAL_TOGGLE_ENABLED = "#experimental_toggle_enabled",
EXPIRATION_CONTAINER_VISIBLE = "#expiration_container_visible",
EXPIRATION_DURATION_DROPDOWN_ENABLED = "#expiration_duration_dropdown_enabled",
EXPIRATION_DURATION_DROPDOWN_TOGGLE_LABEL = "#expiration_duration_dropdown_toggle_label",
EXPIRATION_DURATION_RADIO_DAY = "#expiration_duration_radio_day",
EXPIRATION_DURATION_RADIO_HALFDAY = "#expiration_duration_radio_halfDay",
EXPIRATION_DURATION_RADIO_HALFHOUR = "#expiration_duration_radio_halfHour",
EXPIRATION_DURATION_RADIO_HOUR = "#expiration_duration_radio_hour",
EXPIRATION_DURATION_RADIO_NEVER = "#expiration_duration_radio_never",
EXPIRATION_DURATION_RADIO_QUARTERDAY = "#expiration_duration_radio_quarterDay",
EXPIRATION_DURATION_RADIO_WEEK = "#expiration_duration_radio_week",
EXPORT_OFFSET_EDIT_BOX = "#export_offset_edit_box",
EXPORT_SIZE_EDIT_BOX = "#export_size_edit_box",
EXTERNAL_STORAGE_PERMISSION_DROPDOWN_VISIBLE = "#external_storage_permission_dropdown_visible",
FACTORY_COLLECTION_INDEX = "#factory_collection_index",
FADE_IN_ICON_TIME_SECONDS = "#fade_in_icon_time_seconds",
FAIL_REALMS_PURCHASE_FULFILLMENT_VISIBLE = "#fail_realms_purchase_fulfillment_visible",
FILE_STORAGE_LOCATION_TOGGLE_LABEL = "#file_storage_location_toggle_label",
FILLED_STAR_TEXTURE = "#filled_star_texture",
FILTER_OPTION_VISIBLE_ = "#filter_option_visible_",
FILTER_PACKTYPE_SELECTED_VISIBLE = "#filter_packtype_selected_visible",
FILTER_PROFANITY_OPTION_TOOLTIP_TEXT = "#filter_profanity_option_tooltip_text",
FILTER_SELECTED_ = "#filter_selected_",
FILTERED_LIGHT_MULTIPLIER = "#filtered_light_multiplier",
FIND_CROSS_PLATFORM_FRIENDS_ENABLED = "#find_cross_platform_friends_enabled",
FIRST_PARTY_MEMBER_PROFILE_OPTIONS = "#first_party_member_profile_options",
FLYING_ITEM_RENDERER = "#flying_item_renderer",
FOCUS_NAVIGATION_MODE_DOWN = "#focus_navigation_mode_down",
FOCUS_NAVIGATION_MODE_LEFT = "#focus_navigation_mode_left",
FOCUS_NAVIGATION_MODE_RIGHT = "#focus_navigation_mode_right",
FOCUS_NAVIGATION_MODE_UP = "#focus_navigation_mode_up",
FORCE_DIRTY_ANIMATION = "#force_dirty_animation",
FORCE_PACK_DOWNLOAD_ENABLED = "#force_pack_download_enabled",
FORCE_PACK_DOWNLOAD_LOCKED = "#force_pack_download_locked",
FORCE_SKIN_UPDATE = "#force_skin_update",
FORCE_USER_AGREEMENT_ADDON = "#force_user_agreement_addon",
FORCE_USER_AGREEMENT_ADDON_ENABLED = "#force_user_agreement_addon_enabled",
FORM_TEXT = "#form_text",
FRAME_PACING_OPTION_TOOLTIP_TEXT = "#frame_pacing_option_tooltip_text",
FREE_PREVIEW_REALM_AVAILABLE = "#free_preview_realm_available",
FREE_PREVIEW_REALM_BUTTON_VISIBLE = "#free_preview_realm_button_visible",
FREE_PREVIEW_REALM_NEW_BUTTON_VISIBLE = "#free_preview_realm_new_button_visible",
FREE_UP_SPACE_STORAGE_BAR_FILL_COLOR = "#free_up_space_storage_bar_fill_color",
FREE_UP_SPACE_STORAGE_BAR_PERCENT_FILLED = "#free_up_space_storage_bar_percent_filled",
FREE_UP_SPACE_STORAGE_BAR_TEXT_LEFT = "#free_up_space_storage_bar_text_left",
FREE_UP_SPACE_STORAGE_BAR_TEXT_RIGHT = "#free_up_space_storage_bar_text_right",
FRIEND_REALMS_GRID_DIMENSION = "#friend_realms_grid_dimension",
FRIENDS_DRAWER_BUTTON_ENABLED = "#friends_drawer_button_enabled",
FRIENDS_DRAWER_BUTTON_FOCUS_OVERRIDE = "#friends_drawer_button_focus_override",
FRIENDS_DRAWER_BUTTON_VISIBLE = "#friends_drawer_button_visible",
FRIENDS_NETWORK_WORLD_ITEM_GRID_DIMENSION = "#friends_network_world_item_grid_dimension",
FRIENDS_TAB_SHOW_NOT_BOUNCING = "#friends_tab_show_not_bouncing",
FVARIABLE = "#fvariable",
GATHERING_CAPTION_BACKGROUND_COLOR = "#gathering_caption_background_color",
GATHERING_CAPTION_FOREGROUND_COLOR = "#gathering_caption_foreground_color",
GENERATE_RANDOM_BUTTON_TEXT = "#generate_random_button_text",
GESTURE_DELTA_SOURCE = "#gesture_delta_source",
GESTURE_MOUSE_DELTA_X = "#gesture_mouse_delta_x",
GESTURE_MOUSE_DELTA_Y = "#gesture_mouse_delta_y",
GET_OFFLINE_AUTHCODE_MESSAGE_PANEL_VISIBLE = "#get_offline_authcode_message_panel_visible",
GIF_PATH = "#gif_path",
GRAPHICS_MODE_DROPDOWN_ENABLED = "#graphics_mode_dropdown_enabled",
GRAPHICS_MODE_DROPDOWN_TOGGLE_LABEL = "#graphics_mode_dropdown_toggle_label",
GRAPHICS_MODE_IS_RAY_TRACED = "#graphics_mode_is_ray_traced",
GRAPHICS_MODE_IS_SIMPLE_OR_FANCY = "#graphics_mode_is_simple_or_fancy",
GRAPHICS_MODE_OPTION_TOOLTIP_TEXT = "#graphics_mode_option_tooltip_text",
GRAPHICS_MODE_OPTION_WARNING_VISIBLE = "#graphics_mode_option_warning_visible",
GRAPHICS_MODE_PRESET_IS_VISIBLE = "#graphics_mode_preset_is_visible",
GRAPHICS_MODE_RADIO_DEFERRED = "#graphics_mode_radio_deferred",
GRAPHICS_MODE_RADIO_DEFERRED_ENABLED = "#graphics_mode_radio_deferred_enabled",
GRAPHICS_MODE_RADIO_FANCY = "#graphics_mode_radio_fancy",
GRAPHICS_MODE_RADIO_RAY_TRACED = "#graphics_mode_radio_ray_traced",
GRAPHICS_MODE_RADIO_RAY_TRACED_ENABLED = "#graphics_mode_radio_ray_traced_enabled",
GRAPHICS_MODE_RADIO_SIMPLE = "#graphics_mode_radio_simple",
GRAPHICS_MODE_SWITCH = "#graphics_mode_switch",
GRAPHICS_MODE_SWITCH_ENABLED = "#graphics_mode_switch_enabled",
GRAPHICS_QUALITY_PRESET_MODE_RADIO_CUSTOM = "#graphics_quality_preset_mode_radio_custom",
GRAPHICS_QUALITY_PRESET_MODE_RADIO_PERFORMANCE = "#graphics_quality_preset_mode_radio_performance",
GRAPHICS_QUALITY_PRESET_MODE_RADIO_VISUALS = "#graphics_quality_preset_mode_radio_visuals",
GRID_NUMBER_SIZE = "#grid_number_size",
GROUP_ITEM_GROUP_NAME = "#group_item_group_name",
GUI_ACCESSIBILITY_SCALING = "#gui_accessibility_scaling",
GUI_ACCESSIBILITY_SCALING_ENABLED = "#gui_accessibility_scaling_enabled",
GUI_SCALE_DISABLED_OPTION_TOOLTIP_TEXT = "#gui_scale_disabled_option_tooltip_text",
GUI_SCALE_DISABLED_OPTION_VISIBLE = "#gui_scale_disabled_option_visible",
HAS_HORSE_ARMOR_AND_SADDLE_SLOT = "#has_horse_armor_and_saddle_slot",
HAS_NAUTILUS_ARMOR_AND_SADDLE_SLOT = "#has_nautilus_armor_and_saddle_slot",
HAS_ONLY_NAUTILUS_ARMOR_SLOT = "#has_only_nautilus_armor_slot",
HEADER_LEFT_PADDING_VISIBLE = "#header_left_padding_visible",
HEADER_RIGHT_PADDING_VISIBLE = "#header_right_padding_visible",
HERO_FEATURED_PACK_ICON_SECTION_VISIBLE = "#hero_featured_pack_icon_section_visible",
HIDE_INVITES = "#hide_invites",
HOST_OPTIONS_MENU_NOT_OPEN_AND_TTS_ENABLED = "#host_options_menu_not_open_and_tts_enabled",
HOST_TELEPORT_GRID_DIMENSION = "#host_teleport_grid_dimension",
HOST_WEATHER_GRID_DIMENSION = "#host_weather_grid_dimension",
HOVER_SLICE = "#hover_slice",
HUD_TEXT_BACKGROUND_OPACITY = "#hud_text_background_opacity",
HUD_TEXT_BACKGROUND_OPACITY_ENABLED = "#hud_text_background_opacity_enabled",
HUD_TEXT_BACKGROUND_OPACITY_SLIDER_LABEL = "#hud_text_background_opacity_slider_label",
HUD_TEXT_BACKGROUND_OPACITY_TEXT_VALUE = "#hud_text_background_opacity_text_value",
ICON_OVERLAY_FONT_SCALE_FACTOR = "#icon_overlay_font_scale_factor",
ICON_OVERLAY_LEFT_PADDING_VISIBLE = "#icon_overlay_left_padding_visible",
ICON_OVERLAY_POSITION_COLLECTION = "#icon_overlay_position_collection",
ICON_OVERLAY_RIGHT_PADDING_VISIBLE = "#icon_overlay_right_padding_visible",
ICON_OVERLAY_TEXT_ALIGNMENT = "#icon_overlay_text_alignment",
ICON_OVERLAY_TEXTURE_FILEPATH = "#icon_overlay_texture_filepath",
IMAGE_NAME = "#image_name",
IMPROVED_INPUT_RESPONSE_OPTION_TOOLTIP_TEXT = "#improved_input_response_option_tooltip_text",
IN_CAST_MODAL = "#in_cast_modal",
INCLUDE_ENTITIES_TOGGLE = "#include_entities_toggle",
INCLUDE_ENTITIES_TOGGLE_OFF = "#include_entities_toggle_off",
INCLUDE_PLAYERS_TOGGLE = "#include_players_toggle",
INDEX = "#index",
INFINITE_LINK = "#infinite_link",
INFINITE_LINK_ENABLED = "#infinite_link_enabled",
INFO_ADDITIONAL_SERVER_PING = "#info_additional_server_ping",
INFO_ADDITIONAL_SERVER_PING_TEXTURE_NAME = "#info_additional_server_ping_texture_name",
INFO_ADDITIONAL_SERVER_PLAYER_COUNT = "#info_additional_server_player_count",
INFO_IS_NETWORK_AVAILABLE_AND_PING_LOADING = "#info_is_network_available_and_ping_loading",
INFO_THIRD_PARTY_SERVER_PLAYER_COUNT = "#info_third_party_server_player_count",
INFO_TYPE = "#info_type",
INTERFACE_OPACITY_TEXT_VALUE = "#interface_opacity_text_value",
INVALID_GRID_DIMENSIONS = "#invalid_grid_dimensions",
INVALID_PACK_ITEMS = "#invalid_pack_items",
INVENTORY_BUTTON_TEXT_COLOR = "#inventory_button_text_color",
INVENTORY_SELECTED_ARMOR_TRIM_MATERIAL = "#inventory_selected_armor_trim_material",
INVENTORY_SELECTED_DECORATED_POT_SHERDS = "#inventory_selected_decorated_pot_sherds",
INVENTORY_SELECTED_SERIALIZED_ACTOR_POSE = "#inventory_selected_serialized_actor_pose",
INVITE_LINK_EXPIRATION_TIME = "#invite_link_expiration_time",
INVITE_LINK_EXPIRATION_TIME_TTS = "#invite_link_expiration_time_TTS",
IP_BUTTON_FOCUS_CHANGE_LEFT = "#ip_button_focus_change_left",
IS_APPEARANCE_STATUS_HOVER_PANEL_VISIBLE = "#is_appearance_status_hover_panel_visible",
IS_APPEARANCE_STATUS_VISIBLE = "#is_appearance_status_visible",
IS_COLOR_PICKER_EQUIP_VISIBLE = "#is_color_picker_equip_visible",
IS_CONN_ID_TOOLTIP_HOVER_PANEL_VISIBLE = "#is_conn_id_tooltip_hover_panel_visible",
IS_CONTROLLER_CLOSE_HOVER_VISIBLE = "#is_controller_close_hover_visible",
IS_CREATIVE_LAYOUT_BUTTON_VISIBLE = "#is_creative_layout_button_visible",
IS_CURRENCY_PURCHASE_VISIBLE = "#is_currency_purchase_visible",
IS_CYCLE_BUTTON_FOCUSED = "#is_cycle_button_focused",
IS_HARDCORE = "#is_hardcore",
IS_HARDCORE_ENABLED = "#is_hardcore_enabled",
IS_JOINCODE_TOOLTIP_HOVER_PANEL_VISIBLE = "#is_joincode_tooltip_hover_panel_visible",
IS_LEAVING_MPP_BANNER_VISIBLE = "#is_leaving_mpp_banner_visible",
IS_LOADING_RETAILTOPREVIEW_WORLD = "#is_loading_retailtopreview_world",
IS_MORE_INFO_BUTTON_VISIBLE = "#is_more_info_button_visible",
IS_MPP_SUBSCRIBER_ONLY_SALE = "#is_mpp_subscriber_only_sale",
IS_MULTIPLAYER_BLOCKED_OR_NETWORK_DOWN = "#is_multiplayer_blocked_or_network_down",
IS_NETWORK_AVAILABLE_AND_PING_NOT_LOADING = "#is_network_available_and_ping_not_loading",
IS_OWNERSHIP_VERIFICATION_IN_PROGRESS = "#is_ownership_verification_in_progress",
IS_PASSCODE_TOOLTIP_HOVER_PANEL_VISIBLE = "#is_passcode_tooltip_hover_panel_visible",
IS_PDP_PAGE_SALES_CSB_ICON_VISIBLE = "#is_pdp_page_sales_csb_icon_visible",
IS_PLAY_AGAIN_BUTTON_VISIBLE = "#is_play_again_button_visible",
IS_PROGRESS_TEXTURE_VISIBLE = "#is_progress_texture_visible",
IS_PURCHASE_BUTTON_PADDING_VISIBLE = "#is_purchase_button_padding_visible",
IS_RIGHT_INFO_CLASSIC_SKIN_PANEL_VISIBLE = "#is_right_info_classic_skin_panel_visible",
IS_RIGHT_INFO_EMOTE_PANEL_VISIBLE = "#is_right_info_emote_panel_visible",
IS_RIGHT_INFO_GETTING_STARTED_PANEL_VISIBLE = "#is_right_info_getting_started_panel_visible",
IS_RIGHT_INFO_PIECE_OFFER_PANEL_VISIBLE = "#is_right_info_piece_offer_panel_visible",
IS_RIGHT_INFO_SIZE_PANEL_VISIBLE = "#is_right_info_size_panel_visible",
IS_RIGHT_TAB_SMITHING_TABLE = "#is_right_tab_smithing_table",
IS_SCROLL_BAR_BOX = "#is_scroll_bar_box",
IS_SDL_DROPDOWN_HEADER_TOGGLE_SELECTED = "#is_sdl_dropdown_header_toggle_selected",
IS_SUBCATEGORY_EQUIP_BUTTON_VISIBLE = "#is_subcategory_equip_button_visible",
IS_TOOLTIP_HOVER_PANEL_VISIBLE = "#is_tooltip_hover_panel_visible",
ITEM_ADDON_PACK_COUNT_AND_LABEL = "#item_addon_pack_count_and_label",
ITEM_ADDON_PACK_COUNT_VISIBLE = "#item_addon_pack_count_visible",
ITEM_COLUMN_COLLECTION_INDEX = "#item_column_collection_index",
ITEM_MASHUP_COUNT_AND_LABEL = "#item_mashup_count_and_label",
ITEM_RESOURCE_PACK_COUNT_AND_LABEL = "#item_resource_pack_count_and_label",
ITEM_ROW_COLLECTION_INDEX = "#item_row_collection_index",
ITEM_STORAGE_CURRENT_AMOUNT = "#item_storage_current_amount",
ITEM_WORLD_TEMPLATE_COUNT_AND_LABEL = "#item_world_template_count_and_label",
ITZLIPOFUTZLI = "#itzlipofutzli",
JOIN_BY_CODE_TEXT_EDIT = "#join_by_code_text_edit",
JOINCODE_ERROR_ICON_VISIBLE = "#joincode_error_icon_visible",
JOYSTICK_VISIBILITY_HIDDEN = "#joystick_visibility_hidden",
JOYSTICK_VISIBILITY_HIDDEN_WHEN_UNUSED = "#joystick_visibility_hidden_when_unused",
JOYSTICK_VISIBILITY_VISIBLE = "#joystick_visibility_visible",
KH8C = "#kh8C",
LANGUAGE_COLLAPSED_COLLECTION_LENGTH = "#language_collapsed_collection_length",
LANGUAGE_COLUMNS_COLLECTION_LENGTH = "#language_columns_collection_length",
LANGUAGE_ROWS_COLLECTION_LENGTH = "#language_rows_collection_length",
LEAK_MEMORY = "#leak_memory",
LEFT_CORNER_IMAGE_TEXTURE_FILE_SYSTEM = "#left_corner_image_texture_file_system",
LEFT_CORNER_IMAGE_TEXTURE_PATH = "#left_corner_image_texture_path",
LEFT_CYCLE_BUTTON_RIGHT_FOCUS_OVERRIDE = "#left_cycle_button_right_focus_override",
LEGACY_INVITE_BUTTON_ENABLED = "#legacy_invite_button_enabled",
LEGACY_INVITE_BUTTON_VISIBLE = "#legacy_invite_button_visible",
LEGACY_WORLD_ICON_TEXTURE_FILE = "#legacy_world_icon_texture_file",
LEGACY_WORLD_OPTIONSVISIBLE = "#legacy_world_optionsVisible",
LEGACY_WORLD_STORAGE_DROPDOWN = "#legacy_world_storage_dropdown",
LEGACY_WORLD_TAB = "#legacy_world_tab",
LEGACY_WORLD_TEXTURE_FILE_SYSTEM = "#legacy_world_texture_file_system",
LEGACY_WORLD_TEXTURE_SOURCE = "#legacy_world_texture_source",
LEGACY_WORLDS_LOADING_DISPLAY_MESSAGE = "#legacy_worlds_loading_display_message",
LEGENDARY = "#legendary",
LESSON_COMPLETE_DESCRIPTION = "#lesson_complete_description",
LIBRARY_SEARCH_RESULT_STRING = "#library_search_result_string",
LIBRARY_SEARCH_SORT_METHOD_STRING = "#library_search_sort_method_string",
LOAD_OFFSET_EDIT_BOX = "#load_offset_edit_box",
LOCAL_WORLDS_TITLE_WITH_COUNT = "#local_worlds_title_with_count",
LOCATOR_BAR = "#locator_bar",
LOCATOR_BAR_ENABLED = "#locator_bar_enabled",
LOOK_AT_CURSOR = "#look_at_cursor",
MAIN_FILTER_SECTION_VISIBLE = "#main_filter_section_visible",
MANAGE_FEED_BUTTONS_VISIBLE = "#manage_feed_buttons_visible",
MANAGE_FEED_NEXTBUTTON_VISIBLE = "#manage_feed_nextButton_visible",
MANAGE_FEED_PAGE_INDEX_TEXT = "#manage_feed_page_index_text",
MANAGE_FEED_PREVBUTTON_VISIBLE = "#manage_feed_prevButton_visible",
MANAGE_PROFILE_IMAGE_OPTIONS = "#manage_profile_image_options",
MAX_FRAMERATE_OPTION_TOOLTIP_TEXT = "#max_framerate_option_tooltip_text",
MAX_FRAMERATE_SLIDER_VISIBLE = "#max_framerate_slider_visible",
MEMORY_TIER_HIGH = "#memory_tier_high",
MEMORY_TIER_LOW = "#memory_tier_low",
MEMORY_TIER_MID = "#memory_tier_mid",
MEMORY_TIER_SUPERHIGH = "#memory_tier_superHigh",
MEMORY_TIER_SUPERLOW = "#memory_tier_superLow",
MENTIONS_ = "#mentions_",
MENTIONS_COLOR_DROPDOWN_LABEL = "#mentions_color_dropdown_label",
MESSAGE_TEXT_BOX = "#message_text_box",
MODAL_LABEL_TTS = "#modal_label_tts",
MODAL_TITLE_TTS = "#modal_title_tts",
MOVE_STICK_VISIBLE = "#move_stick_visible",
MOVE_STICK_VISIBLE_ENABLED = "#move_stick_visible_enabled",
NAME_TEXT_BOX = "#name_text_box",
NAV_BUTTON_THUMBNAIL_TEXTURE_FILE_SYSTEM = "#nav_button_thumbnail_texture_file_system",
NAV_COLLECTION_INDEX = "#nav_collection_index",
NEEDS_OFFLINE_TOKEN_AUTHORIZATION = "#needs_offline_token_authorization",
NEW_TOUCH_CONTROL_SCHEMES_PREVIEW_ENABLED = "#new_touch_control_schemes_preview_enabled",
NEW_TOUCH_CONTROL_SCHEMES_SETTINGS = "#new_touch_control_schemes_settings",
NEX_VISIBILITY_ENABLED = "#nex_visibility_enabled",
NEX_VISIBLE = "#nex_visible",
NO_AVAILABLE_PACKS_VISIBILITY = "#no_available_packs_visibility",
NO_LOCAL_WORLD_HELP_VISIBLE = "#no_local_world_help_visible",
NO_LOCAL_WORLD_SWITCH_VISIBLE = "#no_local_world_switch_visible",
NO_LOCAL_WORLDS_LAUNCH_HELP_BUTTON_LABEL = "#no_local_worlds_launch_help_button_label",
NO_REALMS_PACKS_VISIBILITY = "#no_realms_packs_visibility",
NO_UNOWNED_PACKS_VISIBILITY = "#no_unowned_packs_visibility",
NOTIFICATION_DURATION_RADIO_TENSEC = "#notification_duration_radio_TenSec",
NOTIFICATION_DURATION_RADIO_THIRTYSEC = "#notification_duration_radio_ThirtySec",
NOTIFICATION_DURATION_RADIO_THREESEC = "#notification_duration_radio_ThreeSec",
NOTIFICATION_TEXT = "#notification_text",
OBJECTIVE_BACKGROUND_OPACITY = "#objective_background_opacity",
OFFER_COLLECTION_INDEX = "#offer_collection_index",
OFFLINE_LINKED_ACCOUNT_FRIENDS_VISIBLE = "#offline_linked_account_friends_visible",
OMNW = "#omnw",
ON_SCREEN_POSITION_X = "#on_screen_position_x",
ON_SCREEN_POSITION_Y = "#on_screen_position_y",
ONLINE_LINKED_ACCOUNT_FRIENDS_VISIBLE = "#online_linked_account_friends_visible",
OPEN_ACCOUNT_SETTING_BUTTON_GAMECORE_VISIBLE = "#open_account_setting_button_gamecore_visible",
OPEN_COLOR_PICKER_BUTTON_ENABLED = "#open_color_picker_button_enabled",
OPEN_COLOR_PICKER_BUTTON_VISIBLE = "#open_color_picker_button_visible",
OWNERSHIP_VERIFICATION_STATE_TEXT = "#ownership_verification_state_text",
PACK_ICON_SALE_SECTION_VISIBLE = "#pack_icon_sale_section_visible",
PACK_ID = "#pack_id",
PACKS_COLLECTION_INDEX = "#packs_collection_index",
PAGE_TEXT_BOX = "#page_text_box",
PANEL_TITLE = "#panel_title",
PARTY_INVITE_EVERYONE = "#party_invite_everyone",
PARTY_INVITE_FRIENDS_ONLY = "#party_invite_friends_only",
PARTY_INVITE_SEND_PRIVILEGES_PARTY_LEADER_ONLY = "#party_invite_send_privileges_party_leader_only",
PARTY_INVITE_SEND_PRIVILEGES_PARTY_MEMBERS = "#party_invite_send_privileges_party_members",
PARTY_PRIVACY_INVITE_ONLY = "#party_privacy_invite_only",
PARTY_PRIVACY_OPEN = "#party_privacy_open",
PASSCODE_TEXT_BOX = "#passcode_text_box",
PAUSE_GIF = "#pause_gif",
PERMISSION_LEVEL_MEMBER = "#permission_level_member",
PERMISSION_LEVEL_OPERATOR = "#permission_level_operator",
PERMISSION_LEVEL_RADIO_CUSTOM = "#permission_level_radio_custom",
PERMISSION_LEVEL_VISITOR = "#permission_level_visitor",
PERMISSIONS_DROPDOWN_VISIBLE = "#permissions_dropdown_visible",
PERSONA_PIECE_OFFER_VISIBLE = "#persona_piece_offer_visible",
PERSONAL_REALMS_GRID_DIMENSION = "#personal_realms_grid_dimension",
PLACEMENT_PRIORITY_TEXT_BOX_VALUE = "#placement_priority_text_box_value",
PLATFORM_BROADCAST_DROPDOWN_ENABLED = "#platform_broadcast_dropdown_enabled",
PLATFORM_BROADCAST_DROPDOWN_TOGGLE_LABEL = "#platform_broadcast_dropdown_toggle_label",
PLATFORM_BROADCAST_FRIENDS_OF_FRIENDS = "#platform_broadcast_friends_of_friends",
PLATFORM_BROADCAST_FRIENDS_ONLY = "#platform_broadcast_friends_only",
PLATFORM_BROADCAST_INVITE_ONLY = "#platform_broadcast_invite_only",
PLATFORM_LOCKED = "#platform_locked",
PLATFORM_SETTINGS_DROPDOWN_VISIBLE = "#platform_settings_dropdown_visible",
PLATFORM_TOGGLE_VISIBLE_FRIENDS_OF_FRIENDS = "#platform_toggle_visible_friends_of_friends",
PLATFORM_TOGGLE_VISIBLE_INVITE_ONLY = "#platform_toggle_visible_invite_only",
PLAY_BUTTON_ART_DEFAULT_ALPHA = "#play_button_art_default_alpha",
PLAY_BUTTON_ART_DEFAULT_BG_PATH = "#play_button_art_default_bg_path",
PLAY_BUTTON_ART_DEFAULT_FG_PATH = "#play_button_art_default_fg_path",
PLAY_BUTTON_ART_HOVER_ALPHA = "#play_button_art_hover_alpha",
PLAY_BUTTON_ART_HOVER_BG_PATH = "#play_button_art_hover_bg_path",
PLAY_BUTTON_ART_HOVER_FG_PATH = "#play_button_art_hover_fg_path",
PLAY_BUTTON_ART_LABEL_COLOR = "#play_button_art_label_color",
PLAY_BUTTON_BANNER_TEXT_COLOR = "#play_button_banner_text_color",
PLAY_BUTTON_BANNER_TEXTURE_SOURCE = "#play_button_banner_texture_source",
PLAYER_COUNT_COLLECTION_LENGTH = "#player_count_collection_length",
PLAYER_FILTER_TEXT_BOX = "#player_filter_text_box",
PLAYER_GAME_MODE_DROPDOWN_TOGGLE_LABEL = "#player_game_mode_dropdown_toggle_label",
PLAYER_GAME_MODE_RADIO_DEFAULT = "#player_game_mode_radio_default",
PLAYER_GAME_MODE_RADIO_SPECTATOR = "#player_game_mode_radio_spectator",
PLAYER_SLEEP = "#player_sleep",
PLAYER_SLEEP_ENABLED = "#player_sleep_enabled",
PLAYER_SLEEP_PERCENTAGE = "#player_sleep_percentage",
PLAYER_SLEEP_PERCENTAGE_ENABLED = "#player_sleep_percentage_enabled",
PLAYER_SLEEP_PERCENTAGE_SLIDER_LABEL = "#player_sleep_percentage_slider_label",
PLAYER_SLEEP_PERCENTAGE_STEPS = "#player_sleep_percentage_steps",
PLAYER_SLEEP_PERCENTAGE_TEXT_VALUE = "#player_sleep_percentage_text_value",
PLAYERS_IN_MY_WORLD_VISIBLE = "#players_in_my_world_visible",
POCKET_STACK_SPLITTING_OVERLAY_VISIBLE = "#pocket_stack_splitting_overlay_visible",
POINT_LIGHT_SHADOW_OPTION_TOOLTIP_TEXT = "#point_light_shadow_option_tooltip_text",
POPULAR_PACKS_GRID_DIMENSION = "#popular_packs_grid_dimension",
POPUP_FIRST_LOWER_BUTTON_TEXT = "#popup_first_lower_button_text",
POPUP_SECOND_LOWER_BUTTON_TEXT = "#popup_second_lower_button_text",
PRE_PROCESS_ = "#pre_process_",
PREVIEW_IDX = "#preview_idx",
PREVIOUS_BLOCK_TYPE_TEXT_COLOR = "#previous_block_type_text_color",
PREVIOUS_CONDITION_MODE_TEXT = "#previous_condition_mode_text",
PREVIOUS_REDSTONE_MODE_TEXT = "#previous_redstone_mode_text",
PROFILE_BUTTON_X_ICON_VISIBLE = "#profile_button_x_icon_visible",
PROFILE_IMAGE_OPTIONS = "#profile_image_options",
PROGRESSIVE_SELECT_BAR_RATIO = "#progressive_select_bar_ratio",
PROGRESSIVE_SELECT_DOWN_VISIBLE = "#progressive_select_down_visible",
PROGRESSIVE_SELECT_LEFT_SIDE_VISIBLE = "#progressive_select_left_side_visible",
PROGRESSIVE_SELECT_RIGHT_SIDE_VISIBLE = "#progressive_select_right_side_visible",
PROGRESSIVE_SELECT_UP_VISIBLE = "#progressive_select_up_visible",
PROMO_ACTION_BUTTON_VISIBLE = "#promo_action_button_visible",
PROMO_BOTTOM_BUTTON_FOCUS_OVERRIDE_DOWN = "#promo_bottom_button_focus_override_down",
PROMO_DAY_FOCUS_OVERRIDE_RIGHT = "#promo_day_focus_override_right",
PROMO_ITEM_ACTION_BUTTON_TEXT = "#promo_item_action_button_text",
PROMO_ITEM_RESOURCE_PACK_COUNT = "#promo_item_resource_pack_count",
PROMO_ITEM_RESOURCE_PACK_COUNT_AND_LABEL = "#promo_item_resource_pack_count_and_label",
PROMO_ITEM_RESOURCE_PACK_COUNT_VISIBLE = "#promo_item_resource_pack_count_visible",
PROMO_ITEM_SKIN_COUNT_AND_LABEL = "#promo_item_skin_count_and_label",
PROMO_ITEM_SKIN_COUNT_VISIBLE = "#promo_item_skin_count_visible",
PROMO_ITEM_WORLD_TEMPLATE_COUNT = "#promo_item_world_template_count",
PROMO_ITEM_WORLD_TEMPLATE_COUNT_AND_LABEL = "#promo_item_world_template_count_and_label",
PROMO_ITEM_WORLD_TEMPLATE_COUNT_VISIBLE = "#promo_item_world_template_count_visible",
PROMO_PERSONA_THUMBNAIL_FILE_SYSTEM = "#promo_persona_thumbnail_file_system",
PROMO_PERSONA_THUMBNAIL_TEXTURE = "#promo_persona_thumbnail_texture",
PROMO_SCREENSHOT_COLLECTION_LENGTH = "#promo_screenshot_collection_length",
PROMO_TIMER_TOOL_TIP_LEFT_VISIBLE = "#promo_timer_tool_tip_left_visible",
PROMO_TIMER_TOOL_TIP_NOT_VISIBLE = "#promo_timer_tool_tip_not_visible",
PROMO_TIMER_TOOL_TIP_RIGHT_VISIBLE = "#promo_timer_tool_tip_right_visible",
PROMO_TIMER_TOOL_TIP_VISIBLE = "#promo_timer_tool_tip_visible",
PROPERTY_FIELD = "#property_field",
PS4_WARNING_MESSAGE_VISIBLE = "#ps4_warning_message_visible",
PSN_VISIBILITY_ENABLED = "#psn_visibility_enabled",
PSN_VISIBLE = "#psn_visible",
QR_CODE_CONTENT = "#qr_code_content",
RARE = "#rare",
RATINGS_FOCUS_CONTAINER_VISIBLE = "#ratings_focus_container_visible",
RAY_TRACING_WARNING_MESSAGE = "#ray_tracing_warning_message",
REALM_CONSUMABLE_TO_SUBSCRIPTION_INFO = "#realm_consumable_to_subscription_info",
REALM_INVITE_LINKS_DESCRIPTION = "#realm_invite_links_description",
REALM_SELECTED_PREFERENCE_ICON = "#realm_selected_preference_icon",
REALM_SELECTED_PREFERENCE_TTS = "#realm_selected_preference_tts",
REALM_SUBSCRIPTION_ORIGIN_ADDENDUM = "#realm_subscription_origin_addendum",
REALMS_ADVANCED_INFO_VISIBLE = "#realms_advanced_info_visible",
REALMS_ADVANCED_LOADING_FAILED_MESSAGE_VISIBLE = "#realms_advanced_loading_failed_message_visible",
REALMS_ADVANCED_LOADING_MESSAGE_VISIBLE = "#realms_advanced_loading_message_visible",
REALMS_ALLOWLIST_BUTTON_A_DESCRIPTION = "#realms_allowlist_button_a_description",
REALMS_ALLOWLIST_BUTTON_B_DESCRIPTION = "#realms_allowlist_button_b_description",
REALMS_FEED_BUTTON_TTS_HEADER = "#realms_feed_button_tts_header",
REALMS_GRID_DIMENSIONS = "#realms_grid_dimensions",
REALMS_INVITE_LINKS_COLLECTION_LENGTH = "#realms_invite_links_collection_length",
REALMS_INVITE_LINKS_INFO_VISIBLE = "#realms_invite_links_info_visible",
REALMS_INVITE_LINKS_LOADING_FAILED_MESSAGE_VISIBLE = "#realms_invite_links_loading_failed_message_visible",
REALMS_INVITE_LINKS_LOADING_MESSAGE_VISIBLE = "#realms_invite_links_loading_message_visible",
REALMS_PACK_ITEMS = "#realms_pack_items",
REALMS_PLUS_SKIN_PACK_TEXTURE = "#realms_plus_skin_pack_texture",
REALMS_PLUS_SKIN_PACK_TEXTURE_FILE_SYSTEM = "#realms_plus_skin_pack_texture_file_system",
REALMS_PLUS_TEMPLATE_FACTORY_COLLECTION = "#realms_plus_template_factory_collection",
REALMS_REDEEM_BUTTON_VISIBLE = "#realms_redeem_button_visible",
REALMS_SETTINGS_LOADING_MODAL_PROGRESS_TEXT = "#realms_settings_loading_modal_progress_text",
REALMS_SETTINGS_LOADING_MODAL_TITLE = "#realms_settings_loading_modal_title",
REALMS_SUBSCRIPTION_BUTTON_VISIBLE = "#realms_subscription_button_visible",
REALMS_UNREAD_STORY_COUNT_VISIBLE = "#realms_unread_story_count_visible",
REALMS_WORLD_ITEM_GRID_DIMENSION = "#realms_world_item_grid_dimension",
REALMS_WORLDS_TITLE_WITH_COUNT = "#realms_worlds_title_with_count",
RECIPES_UNLOCK = "#recipes_unlock",
RECIPES_UNLOCK_ENABLED = "#recipes_unlock_enabled",
REFRESH_JOINCODE_BUTTON_DISABLED = "#refresh_joincode_button_disabled",
REFRESH_JOINCODE_BUTTON_HIDE = "#refresh_joincode_button_hide",
REGISTER_AS_DRESSING_ROOM_SCENE = "#register_as_dressing_room_scene",
REMOVE_BLOCKS_TOGGLE = "#remove_blocks_toggle",
RENDER_DISTANCE_PERFORMANCE_TOOLTIP_TEXT = "#render_distance_performance_tooltip_text",
RENDER_DISTANCE_WARNING_VISIBLE = "#render_distance_warning_visible",
RESPAWN_BLOCKS_EXPLODE = "#respawn_blocks_explode",
RESPAWN_BLOCKS_EXPLODE_ENABLED = "#respawn_blocks_explode_enabled",
RESTART_HOSTING_BUTTON_VISIBLE = "#restart_hosting_button_visible",
RETAILTOPREVIEW_WORLD_CHECKVISIBLE = "#retailtopreview_world_checkVisible",
RETAILTOPREVIEW_WORLD_ERROR = "#retailtopreview_world_error",
RETAILTOPREVIEW_WORLD_ICON_TEXTURE = "#retailtopreview_world_icon_texture",
RETAILTOPREVIEW_WORLD_ICON_TEXTURE_FILE = "#retailtopreview_world_icon_texture_file",
RETAILTOPREVIEW_WORLD_ISSELECTED = "#retailtopreview_world_isSelected",
RETAILTOPREVIEW_WORLD_LENGTH = "#retailtopreview_world_length",
RETAILTOPREVIEW_WORLD_OPTIONSVISIBLE = "#retailtopreview_world_optionsVisible",
RETAILTOPREVIEW_WORLD_STORAGE_DROPDOWN = "#retailtopreview_world_storage_dropdown",
RETAILTOPREVIEW_WORLD_TAB = "#retailtopreview_world_tab",
RETAILTOPREVIEW_WORLD_TEXTURE_FILE_SYSTEM = "#retailtopreview_world_texture_file_system",
RETAILTOPREVIEW_WORLD_TEXTURE_ZIP = "#retailtopreview_world_texture_zip",
RETAILTOPREVIEW_WORLD_UPDATE = "#retailtopreview_world_update",
RETAILTOPREVIEW_WORLD_VISIBLE = "#retailtopreview_world_visible",
RETAILTOPREVIEW_WORLD_WARNING = "#retailtopreview_world_warning",
RIGHT_CORNER_IMAGE_TEXTURE_FILE_SYSTEM = "#right_corner_image_texture_file_system",
RIGHT_CORNER_IMAGE_TEXTURE_PATH = "#right_corner_image_texture_path",
RIGHT_CYCLE_BUTTON_LEFT_FOCUS_OVERRIDE = "#right_cycle_button_left_focus_override",
ROTATION = "#rotation",
ROW_COLLECTION_INDEX = "#row_collection_index",
ROW_COLLECTION_NAME = "#row_collection_name",
RTX_DISABLED_OPTION_UPSELL_TOOLTIP_TEXT = "#rtx_disabled_option_upsell_tooltip_text",
RTX_DISABLED_OPTION_UPSELL_VISIBLE = "#rtx_disabled_option_upsell_visible",
RTX_RENDERDIST_PERFORMANCE_TOOLTIP_TEXT = "#rtx_renderdist_performance_tooltip_text",
RTX_UPSCALE_DISABLED_OPTION_UPSELL_VISIBLE = "#rtx_upscale_disabled_option_upsell_visible",
SAVE_ACCORDION_CHECKBOX_FOCUS_ID = "#save_accordion_checkbox_focus_id",
SAVE_ACCORDION_CHECKBOX_TOGGLE_STATE = "#save_accordion_checkbox_toggle_state",
SAVE_ACTIVE_WORLD_BUTTON_TTS = "#save_active_world_button_tts",
SAVE_CHECKBOX_BUTTON_TTS_HEADER = "#save_checkbox_button_tts_header",
SAVE_CHECKBOX_BUTTON_TTS_OVERRIDE = "#save_checkbox_button_tts_override",
SAVE_OFFSET_EDIT_BOX = "#save_offset_edit_box",
SAVE_OPTIONS_BUTTON_FOCUS_ID = "#save_options_button_focus_id",
SAVE_SIZE_EDIT_BOX = "#save_size_edit_box",
SAVES_LOADING_FAILED_MESSAGE = "#saves_loading_failed_message",
SAVES_LOADING_FAILED_VISIBLE = "#saves_loading_failed_visible",
SAVES_LOADING_INDICATOR_VISIBLE = "#saves_loading_indicator_visible",
SCOREBOARD_OBJECTIVE_BACKGROUND_OPACITY = "#scoreboard_objective_background_opacity",
SCREEN_POSITION_X_TEXT_VALUE = "#screen_position_x_text_value",
SCREEN_POSITION_Y_TEXT_VALUE = "#screen_position_y_text_value",
SCREENSHOT_COLUMN_COLLECTION_INDEX = "#screenshot_column_collection_index",
SCREENSHOT_FOCUS_OVERRIDE_RIGHT = "#screenshot_focus_override_right",
SCREENSHOT_ROW_COLLECTION_INDEX = "#screenshot_row_collection_index",
SCREENSHOT_TEXTURE_FILE_SYSTEM_IMAGE_ROW = "#screenshot_texture_file_system_image_row",
SCREENSHOT_TEXTURE_FILE_SYSTEM_IMAGE_ROW_GLOBAL = "#screenshot_texture_file_system_image_row_global",
SCREENSHOT_TEXTURE_IMAGE_ROW = "#screenshot_texture_image_row",
SCREENSHOT_TEXTURE_IMAGE_ROW_GLOBAL = "#screenshot_texture_image_row_global",
SCRIPT_DEBUGGER_ATTACH_MODE_CONNECT = "#script_debugger_attach_mode_connect",
SCRIPT_DEBUGGER_ATTACH_MODE_LISTEN = "#script_debugger_attach_mode_listen",
SCRIPT_DEBUGGER_AUTO_ATTACH_OPTIONS_VISIBLE = "#script_debugger_auto_attach_options_visible",
SCRIPT_DEBUGGER_OPTIONS_ENABLED = "#script_debugger_options_enabled",
SCRIPT_DEBUGGER_PASSCODE_VISIBLE = "#script_debugger_passcode_visible",
SCRIPT_WATCHDOG_OPTIONS_ENABLED = "#script_watchdog_options_enabled",
SCRIPT_WATCHDOG_SLOW_THRESHOLD_VISIBLE = "#script_watchdog_slow_threshold_visible",
SCRIPT_WATCHDOG_SPIKE_THRESHOLD_VISIBLE = "#script_watchdog_spike_threshold_visible",
SCROLL_BAR_VISIBLE = "#scroll_bar_visible",
SCROLL_BUTTON_RELEASE = "#scroll_button_release",
SCROLLBAR_HIT_BOTTOM = "#scrollbar_hit_bottom",
SDL_COLOR_PICKER_RIGHT_SECTION_CONTENT = "#sdl_color_picker_right_section_content",
SDL_DROPDOWN_DATA_ROW_VISIBLE = "#sdl_dropdown_data_row_visible",
SDL_EXPANDED_APPEARANCE_CONTENT = "#sdl_expanded_appearance_content",
SDL_TEXTURE_COMPONENT_IMAGE_PATH = "#sdl_texture_component_image_path",
SDL_TEXTURE_COMPONENT_IMAGE_SYSTEM = "#sdl_texture_component_image_system",
SDL_TEXTURE_COMPONENT_IMAGE_VISIBLE = "#sdl_texture_component_image_visible",
SDL_TOP_STATIC_SECTION_CONTENT = "#sdl_top_static_section_content",
SEARCH_BOX_NAME = "#search_box_name",
SEARCH_HEADER_BOX_TEXT_CONTENT = "#search_header_box_text_content",
SEARCH_HEADER_CLEAR_VISIBLE = "#search_header_clear_visible",
SEARCH_RESULTS_CLOSE_FOCUS_ID = "#search_results_close_focus_id",
SEED_FIELD = "#seed_field",
SELECTABLE_BUTTON_VISIBILITY = "#selectable_button_visibility",
SELECTED_CONTROL_SCHEME_NAME = "#selected_control_scheme_name",
SELECTED_GRID_DIMENSIONS = "#selected_grid_dimensions",
SELECTED_HOVER_TEXT = "#selected_hover_text",
SELECTED_ITEM_STORAGE_CURRENT_AMOUNT = "#selected_item_storage_current_amount",
SELECTED_ITEM_STORAGE_TOTAL_AMOUNT = "#selected_item_storage_total_amount",
SELECTED_ITEM_STORAGE_VISIBLE = "#selected_item_storage_visible",
SELECTED_PACK_ITEMS = "#selected_pack_items",
SELECTION_PRIORITY_TEXT_BOX_VALUE = "#selection_priority_text_box_value",
SERIALIZED_ACTOR_POSE = "#serialized_actor_pose",
SERVER_ADD_INFO_BOX = "#server_add_info_box",
SERVER_COLUMN_COLLECTION_INDEX = "#server_column_collection_index",
SERVER_ID_TEXT_BOX = "#server_id_text_box",
SERVER_NESTED_BUTTONS_VISIBLE = "#server_nested_buttons_visible",
SERVER_REGION_CONNECTED_VISIBLE = "#server_region_connected_visible",
SERVER_ROW_COLLECTION_INDEX = "#server_row_collection_index",
SERVER_SEARCH_BOX = "#server_search_box",
SERVER_SIM_DISTANCE_TEXT_VALUE = "#server_sim_distance_text_value",
SERVERBOUND_CLIENT_DIAGNOSTICS_ENABLED = "#serverbound_client_diagnostics_enabled",
SET_TARGET_ROTATION = "#set_target_rotation",
SHIELD_BASE_COLOR = "#shield_base_color",
SHIELD_BASE_COLOR_HOVERED = "#shield_base_color_hovered",
SHOULD_HOST = "#should_host",
SHOULD_SHOW_BUNDLE_OPEN_BACK = "#should_show_bundle_open_back",
SHOULD_SHOW_BUNDLE_OPEN_FRONT = "#should_show_bundle_open_front",
SHOW_BORDER_EFFECT = "#show_border_effect",
SHOW_BORDER_EFFECT_ENABLED = "#show_border_effect_enabled",
SHOW_BOUNDING_BOX_TOGGLE = "#show_bounding_box_toggle",
SHOW_DAYS_PLAYED = "#show_days_played",
SHOW_DAYS_PLAYED_ENABLED = "#show_days_played_enabled",
SHOW_DEFERRED_RENDER_DISTANCE = "#show_deferred_render_distance",
SHOW_FULL_COPY_COORDINATES_KEYS = "#show_full_copy_coordinates_keys",
SHOW_INPUT_OVERLAY_ARMORS_AND_TOOLS = "#show_input_overlay_armors_and_tools",
SHOW_INPUT_OVERLAY_TEMPLATES = "#show_input_overlay_templates",
SHOW_ITEM_PICKUP = "#show_item_pickup",
SHOW_MATERIAL_OVERLAY_INGOT = "#show_material_overlay_ingot",
SHOW_MORE = "#show_more",
SHOW_NEW_EDIT_REALM_WORLD_OPT_IN = "#show_new_edit_realm_world_opt_in",
SHOW_NEW_PLAY_SCREEN_OPT_IN = "#show_new_play_screen_opt_in",
SHOW_NEW_PLAY_SCREEN_SERVERS_OPT_IN = "#show_new_play_screen_servers_opt_in",
SHOW_PERSISTENT_BUNDLE_HOVER_TEXT = "#show_persistent_bundle_hover_text",
SHOW_STANDARD_COPY_COORDINATES_KEYS = "#show_standard_copy_coordinates_keys",
SHOW_SUBMIT_FEEDBACK_SCREEN = "#show_submit_feedback_screen",
SHOWING_NEW_PLAYER_FLOW_BUTTONS = "#showing_new_player_flow_buttons",
SHOWING_PLATFORM_STORE_ICON = "#showing_platform_store_icon",
SIDEBAR_NAV_IMAGE_BILINEAR_ENABLED = "#sidebar_nav_image_bilinear_enabled",
SIDEBAR_NAV_IMAGE_FILE_SYSTEM = "#sidebar_nav_image_file_system",
SIDEBAR_SCREEN_NAV_SCREEN_BUTTON_LABEL = "#sidebar_screen_nav_screen_button_label",
SIDEBAR_SECTION_COLLECTION_INDEX = "#sidebar_section_collection_index",
SIGN_TEXT_MULTI = "#sign_text_multi",
SIMPLE_SIDEBAR_FACTORY_COLLECTION = "#simple_sidebar_factory_collection",
SKIN_COLLECTION_INDEX = "#skin_collection_index",
SKIN_IDX = "#skin_idx",
SKIN_PACK_COLLECTION_INDEX = "#skin_pack_collection_index",
SKIN_PACK_COLLECTOR_COLLECTION_INDEX = "#skin_pack_collector_collection_index",
SKIN_PACK_RIGHT_PANEL_SKIN_COUNT_TEXT = "#skin_pack_right_panel_skin_count_text",
SKIN_PACK_RIGHT_PANEL_TEXTURE_PACK_COUNT_TEXT = "#skin_pack_right_panel_texture_pack_count_text",
SKIN_PACK_RIGHT_PANEL_USAGE_TOOLTIP_TEXT = "#skin_pack_right_panel_usage_tooltip_text",
SKIN_PACK_RIGHT_PANEL_WORLD_COUNT_TEXT = "#skin_pack_right_panel_world_count_text",
SKIN_ROTATION = "#skin_rotation",
SKINS_COLLECTION_INDEX = "#skins_collection_index",
SNEAK_HOLD = "#sneak_hold",
SNEAK_TOGGLE = "#sneak_toggle",
SORT_MENU_COLLECTION_GRID_DIMENSIONS = "#sort_menu_collection_grid_dimensions",
SORT_RELEVANCE_TOGGLE_CHECK = "#sort_relevance_toggle_check",
SORT_TOGGLE_LABEL_TTS_OVERRIDE = "#sort_toggle_label_tts_override",
SOUND_TO_PLAY = "#sound_to_play",
SPLIT_SCREEN_RADIO_HORIZONTAL = "#split_screen_radio_horizontal",
SPLIT_SCREEN_RADIO_VERTICAL = "#split_screen_radio_vertical",
SPLITSCREEN_INTERFACE_OPACITY = "#splitscreen_interface_opacity",
SPLITSCREEN_INTERFACE_OPACITY_SLIDER_LABEL = "#splitscreen_interface_opacity_slider_label",
STACK_SPLITTING_BAR_OFFSET_X = "#stack_splitting_bar_offset_x",
STACK_SPLITTING_BAR_OFFSET_Y = "#stack_splitting_bar_offset_y",
STACK_SPLITTING_BAR_VISIBLE = "#stack_splitting_bar_visible",
STARTER_BUNDLE_OFFER_PROMPT_TEXT = "#starter_bundle_offer_prompt_text",
STARTER_BUNDLE_STRIKETHROUGH_VISIBLE = "#starter_bundle_strikethrough_visible",
STATIC_JOYSTICK = "#static_joystick",
STATIC_JOYSTICK_ENABLED = "#static_joystick_enabled",
STATIC_PERMISSIONS_DISPLAY_DESCRIPTION = "#static_permissions_display_description",
STORE_BUTTON_ART_DEFAULT_ALPHA = "#store_button_art_default_alpha",
STORE_BUTTON_ART_DEFAULT_BG_PATH = "#store_button_art_default_bg_path",
STORE_BUTTON_ART_DEFAULT_FG_PATH = "#store_button_art_default_fg_path",
STORE_BUTTON_ART_HOVER_ALPHA = "#store_button_art_hover_alpha",
STORE_BUTTON_ART_HOVER_BG_PATH = "#store_button_art_hover_bg_path",
STORE_BUTTON_ART_HOVER_FG_PATH = "#store_button_art_hover_fg_path",
STORE_BUTTON_ART_LABEL_COLOR = "#store_button_art_label_color",
STORE_BUTTON_BANNER_TEXT_COLOR = "#store_button_banner_text_color",
STORE_BUTTON_BANNER_TEXTURE = "#store_button_banner_texture",
STORE_BUTTON_BANNER_TEXTURE_SOURCE = "#store_button_banner_texture_source",
STORE_BUTTON_BANNER_VISIBLE = "#store_button_banner_visible",
STORE_ERROR_TOOLTIP_VISIBLE = "#store_error_tooltip_visible",
STORE_OFFER_SECTION_VISIBLE = "#store_offer_section_visible",
STORE_ROW_IMAGE_ANIMATION_NAME = "#store_row_image_animation_name",
STORE_ROW_IMAGE_TEXTURE_FILEPATH = "#store_row_image_texture_filepath",
STORE_ROW_IMAGE_TEXTURE_NAME = "#store_row_image_texture_name",
STRUCTURE_3D_EXPORT_MODE = "#structure_3d_export_mode",
STRUCTURE_ANIMATION_BLOCKS = "#structure_animation_blocks",
STRUCTURE_ANIMATION_LAYERS = "#structure_animation_layers",
STRUCTURE_ANIMATION_NONE = "#structure_animation_none",
STRUCTURE_CORNER_MODE = "#structure_corner_mode",
STRUCTURE_DATA_MODE = "#structure_data_mode",
STRUCTURE_LOAD_MODE = "#structure_load_mode",
STRUCTURE_NAME = "#structure_name",
STRUCTURE_NAME_CONTENT_BINDING_NAME = "#structure_name_content_binding_name",
STRUCTURE_REDSTONE_DISK = "#structure_redstone_disk",
STRUCTURE_REDSTONE_MEMORY = "#structure_redstone_memory",
STRUCTURE_SAVE_MODE = "#structure_save_mode",
STUDENT_BUTTONS_COLLECTION_INDEX = "#student_buttons_collection_index",
SUB_DEPENDENT_PACKS_DESCRIPTION = "#sub_dependent_packs_description",
SUB_DEPENDENT_PACKS_VERSION = "#sub_dependent_packs_version",
SUB_LEGACY_WORLD_DESCRIPTION = "#sub_legacy_world_description",
SUB_LEGACY_WORLD_WARNING_BUTTON = "#sub_legacy_world_warning_button",
SUB_RETAILTOPREVIEW_WORLD_DATE = "#sub_retailtopreview_world_date",
SUB_RETAILTOPREVIEW_WORLD_DESCRIPTION = "#sub_retailtopreview_world_description",
SUB_RETAILTOPREVIEW_WORLD_ERROR = "#sub_retailtopreview_world_error",
SUB_RETAILTOPREVIEW_WORLD_NAME = "#sub_retailtopreview_world_name",
SUB_RETAILTOPREVIEW_WORLD_SIZE = "#sub_retailtopreview_world_size",
SUB_RETAILTOPREVIEW_WORLD_UPDATE = "#sub_retailtopreview_world_update",
SUB_RETAILTOPREVIEW_WORLD_VALID = "#sub_retailtopreview_world_valid",
SUB_RETAILTOPREVIEW_WORLD_VERSION = "#sub_retailtopreview_world_version",
SUB_RETAILTOPREVIEW_WORLD_WARNING = "#sub_retailtopreview_world_warning",
SUB_RETAILTOPREVIEW_WORLD_WARNING_BUTTON = "#sub_retailtopreview_world_warning_button",
SUB_WORLD_TEMPLATE_GAME_TYPE = "#sub_world_template_game_type",
SUBMIT_FEEDBACK_IN_PROGRESS = "#submit_feedback_in_progress",
SUBMIT_TEXT = "#submit_text",
SUBSCRIPTION_BANNER_VISIBLE = "#subscription_banner_visible",
SUBSCRIPTION_CHEVRON_VISIBILITY = "#subscription_chevron_visibility",
SUBSCRIPTION_WORLD_TEMPLATE_TEXT = "#subscription_world_template_text",
SUGGESTED_OFFERS_LOADING = "#suggested_offers_loading",
SUGGESTED_OFFERS_TITLE = "#suggested_offers_title",
SUGGESTED_TEMPLATE_FACTORY_COLLECTION = "#suggested_template_factory_collection",
SUPPORTS_AVAILABLE_SPACE_QUERY = "#supports_available_space_query",
SYNC_LEGACY_WORLD_BUTTON_VISIBLE = "#sync_legacy_world_button_visible",
SYNC_RETAILTOPREVIEW_WORLD_BUTTON_VISIBLE = "#sync_retailtopreview_world_button_visible",
TAB_BUTTON_LABEL_TEXT_COLOR = "#tab_button_label_text_color",
TAG_COLLAPSED_COLLECTION_LENGTH = "#tag_collapsed_collection_length",
TAG_COLUMNS_COLLECTION_LENGTH = "#tag_columns_collection_length",
TEMPLATE_CONTROLS_VISIBLITY = "#template_controls_visiblity",
TEMPLATE_SEARCH_BOX = "#template_search_box",
TEXT_BOX_NAME = "#text_box_name",
TEXT_BOX_PHOTOS = "#text_box_photos",
TEXT_EDIT_SELECTED = "#text_edit_selected",
TEXT_TTS = "#text_tts",
THIS_PROMO_SCREENSHOT_SELECTED = "#this_promo_screenshot_selected",
TIMER_FIELD_COUNT_TO_SHOW = "#timer_field_count_to_show",
TITLE_TEXT_BOX = "#title_text_box",
TOAST_PROGRESS_BAR_CURRENT_AMOUNT = "#toast_progress_bar_current_amount",
TOAST_PROGRESS_BAR_TOTAL_AMOUNT = "#toast_progress_bar_total_amount",
TOGGLE_GROUP_FORCED_INDEX = "#toggle_group_forced_index",
TOP_BUTTON_SCALE_RADIO_BIG = "#top_button_scale_radio_big",
TOP_BUTTON_SCALE_RADIO_MEDIUM = "#top_button_scale_radio_medium",
TOP_BUTTON_SCALE_RADIO_SMALL = "#top_button_scale_radio_small",
TOTAL_SIZE_BINDING = "#total_size_binding",
TOUCH_CLASSIC_DPAD_BEING_USED = "#touch_classic_dpad_being_used",
TOUCH_CONTROLS_V2_CROSSHAIR_MODE = "#touch_controls_v2_crosshair_mode",
TOUCH_CONTROLS_V2_TOUCH_MODE = "#touch_controls_v2_touch_mode",
TOUCH_JOYSTICK_CROSSHAIR_BEING_USED = "#touch_joystick_crosshair_being_used",
TOUCH_JOYSTICK_TAP_BEING_USED = "#touch_joystick_tap_being_used",
TOUCH_PROGRESS_BAR_VISIBLE = "#touch_progress_bar_visible",
TRADE_ITEM_FOCUS_OVERRIDE_LEFT = "#trade_item_focus_override_left",
TRADE_ITEM_FOCUS_OVERRIDE_RIGHT = "#trade_item_focus_override_right",
TRIAL_CREATIVE_MODE_ENABLED_ABTEST = "#trial_creative_mode_enabled_abtest",
TRIAL_LEGACY_WORLDS_ENABLED_ABTEST = "#trial_legacy_worlds_enabled_abtest",
TRIAL_MARKETPLACE_ENABLED_ABTEST = "#trial_marketplace_enabled_abtest",
TRIAL_MULTIPLAYER_ENABLED_ABTEST = "#trial_multiplayer_enabled_abtest",
TRIAL_PURCHASE_LINK_VISIBLE = "#trial_purchase_link_visible",
TRIAL_RESOURCE_PACK_ENABLED_ABTEST = "#trial_resource_pack_enabled_abtest",
TRIAL_SEEDS_ENABLED_ABTEST = "#trial_seeds_enabled_abtest",
TRIAL_SERVER_ENABLED_ABTEST = "#trial_server_enabled_abtest",
TRIAL_TRIALWORLD_TRANSFER_ENABLED_ABTEST = "#trial_trialworld_transfer_enabled_abtest",
TRIAL_UPSELL_CONTINUE_BUTTON = "#trial_upsell_continue_button",
TRIAL_UPSELL_EXPIRED_UPDATEDDESCRIPTION = "#trial_upsell_expired_updatedDescription",
TRIAL_UPSELL_UPDATEDDESCRIPTION = "#trial_upsell_updatedDescription",
TRIAL_XBOXLIVE_ENABLED_ABTEST = "#trial_xboxlive_enabled_abtest",
TTS_FILTERS_APPLIEDCOUNT_TEXT = "#tts_filters_appliedCount_text",
TTS_OFFER_MARKDOWN_PERCENTAGE = "#tts_offer_markdown_percentage",
TTS_OVERRRIDE_OFFER_FULL_PRICE = "#tts_overrride_offer_full_price",
TTS_PURCHASE_WITH_COINS_BUTTON_TEXT = "#tts_purchase_with_coins_button_text",
UNCOMMON = "#uncommon",
UNDERSTAND_PURCHASE_WARNING = "#understand_purchase_warning",
UNLOCK_FULL_GAME_BUTTON_TEXT = "#unlock_full_game_button_text",
UNOWNED_GRID_DIMENSIONS = "#unowned_grid_dimensions",
UNOWNED_PACK_ITEMS = "#unowned_pack_items",
UNOWNED_VISIBLE = "#unowned_visible",
UNREAD_NOTIFICATION_ICON_VISIBILITY = "#unread_notification_icon_visibility",
UNSELECTABLE_BUTTON_VISIBILITY = "#unselectable_button_visibility",
UNSELECTABLE_DUST_IS_VISIBLE = "#unselectable_dust_is_visible",
UPDATE_DIMENSIONS_MAKE_BACKUP = "#update_dimensions_make_backup",
UPDATE_NOTIFICATION_SECTION_VISIBLE = "#update_notification_section_visible",
UPPER_ONLINE_BUTTONS_VISIBLE = "#upper_online_buttons_visible",
UPSCALING_MODE_RADIO_BILINEAR = "#upscaling_mode_radio_bilinear",
UPSCALING_MODE_RADIO_TAAU = "#upscaling_mode_radio_taau",
UPSCALING_MODE_TOGGLE_LABEL = "#upscaling_mode_toggle_label",
USE_HEART_OFFSET = "#use_heart_offset",
USING_ELLIPSES = "#using_ellipses",
UV_OFFSET_X = "#uv_offset_x",
VERBOSE_SIDEBAR_FACTORY_COLLECTION = "#verbose_sidebar_factory_collection",
VERSION_FILTER_TEXT_BOX = "#version_filter_text_box",
VIBRANT_VISUALS_BADGE_VISIBLE = "#vibrant_visuals_badge_visible",
VIBRANT_VISUALS_HOVER_ICON_FILE_SYSTEM = "#vibrant_visuals_hover_icon_file_system",
VIBRANT_VISUALS_HOVER_VISIBLE = "#vibrant_visuals_hover_visible",
WATERLOG_BLOCKS_TOGGLE = "#waterlog_blocks_toggle",
WEBSOCKET_ENCRYPTION_VISIBLE = "#websocket_encryption_visible",
WORLD_COLUMN_COLLECTION_INDEX = "#world_column_collection_index",
WORLD_CONTROLS_VISIBLITY = "#world_controls_visiblity",
WORLD_DIFFICULTY_DROPDOWN_TOGGLE_LABEL = "#world_difficulty_dropdown_toggle_label",
WORLD_DOWNLOAD_INFO_VISIBLE = "#world_download_info_visible",
WORLD_DOWNLOAD_PROGRESS_BAR_PERCENTAGE = "#world_download_progress_bar_percentage",
WORLD_GAME_MODE_DROPDOWN_TOGGLE_LABEL = "#world_game_mode_dropdown_toggle_label",
WORLD_GAME_MODE_RADIO_SPECTATOR = "#world_game_mode_radio_spectator",
WORLD_ROW_COLLECTION_INDEX = "#world_row_collection_index",
WORLD_SEARCH_BOX = "#world_search_box",
WORLD_TEMPLATE_ICON_TEXTURE = "#world_template_icon_texture",
WORLD_TEMPLATE_ICON_TEXTURE_FILE = "#world_template_icon_texture_file",
WORLD_TEMPLATE_ICON_TEXTURE_ZIP = "#world_template_icon_texture_zip",
WORLD_TEMPLATE_INVENTORY_FACTORY_COLLECTION = "#world_template_inventory_factory_collection",
WORLD_TEMPLATE_OPTION_LOCKED_WARNING_TEXT = "#world_template_option_locked_warning_text",
WORLD_TEMPLATE_PERMISSIONS_LOCKED_WARNING_TEXT = "#world_template_permissions_locked_warning_text",
WORLD_TEMPLATE_TYPES_TOGGLE_CHECK = "#world_template_types_toggle_check",
WORLD_TYPE_DROPDOWN_TOGGLE_LABEL = "#world_type_dropdown_toggle_label",
WRITE_FEEDBACK_TEXTBOX = "#write_feedback_textbox",
X_PADDING = "#x_padding",
XBL_BROADCAST_FRIENDS_OF_FRIENDS = "#xbl_broadcast_friends_of_friends",
XBL_BROADCAST_FRIENDS_ONLY = "#xbl_broadcast_friends_only",
XBL_BROADCAST_INVITE_ONLY = "#xbl_broadcast_invite_only",
Y_PADDING = "#y_padding",
}

View file

@ -104,6 +104,7 @@ export type VanillaUI = {
"manage_feed": ManageFeedType,
"manifest_validation": ManifestValidationType,
"sdl_label": SdlLabelType,
"sdl_content_navigation": SdlContentNavigationType,
"sdl_dropdowns": SdlDropdownsType,
"sdl_image_row": SdlImageRowType,
"sdl_text_row": SdlTextRowType,
@ -5587,6 +5588,12 @@ export type HudType = {
"chat_grid_item/chat_background/chat_text": { type: T.LABEL, children: string },
"chat_panel": { type: T.PANEL, children: 'stack_panel' },
"chat_panel/stack_panel": { type: T.STACK_PANEL, children: string },
"subtitle_direction_label": { type: T.LABEL, children: string },
"subtitle_grid_item": { type: T.PANEL, children: 'subtitle_background' },
"subtitle_grid_item/subtitle_background": { type: T.IMAGE, children: 'direction_left' | 'subtitle_text' | 'direction_right' },
"subtitle_grid_item/subtitle_background/direction_left": { type: T.LABEL, children: string },
"subtitle_grid_item/subtitle_background/subtitle_text": { type: T.LABEL, children: string },
"subtitle_grid_item/subtitle_background/direction_right": { type: T.LABEL, children: string },
"subtitle_panel": { type: T.PANEL, children: 'stack_panel' },
"subtitle_panel/stack_panel": { type: T.STACK_PANEL, children: string },
"item_durability": { type: T.CUSTOM, children: string },
@ -7067,6 +7074,43 @@ export type SdlLabelType = {
"sdl_mc_ten_label": { type: T.LABEL, children: string },
}
export type SdlContentNavigationType = {
"content_navigation_factory": { type: T.STACK_PANEL, children: string },
"inventory_nav_item_panel": { type: T.PANEL, children: 'inventory_nav_item' },
"inventory_nav_item_panel/inventory_nav_item": { type: T.IMAGE, children: 'divider_stack_panel' },
"inventory_nav_item_panel/inventory_nav_item/divider_stack_panel": { type: T.STACK_PANEL, children: 'top_pad' | 'nav_button' | 'divider' },
"inventory_nav_item_panel/inventory_nav_item/divider_stack_panel/top_pad": { type: T.PANEL, children: string },
"inventory_nav_item_panel/inventory_nav_item/divider_stack_panel/nav_button": { type: T.BUTTON, children: string },
"inventory_nav_item_panel/inventory_nav_item/divider_stack_panel/divider": { type: T.STACK_PANEL, children: string },
"category_panel_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' },
"category_panel_button/default": { type: T.STACK_PANEL, children: string },
"category_panel_button/hover": { type: T.STACK_PANEL, children: string },
"category_panel_button/pressed": { type: T.STACK_PANEL, children: string },
"divider_panel": { type: T.STACK_PANEL, children: 'top_pad' | 'divider' },
"divider_panel/top_pad": { type: T.PANEL, children: string },
"divider_panel/divider": { type: T.PANEL, children: string },
"category_stack_panel": { type: T.STACK_PANEL, children: 'pad_1' | 'text' | 'fill_pad' | 'icon' | 'pad_2' | 'number' },
"category_stack_panel/pad_1": { type: T.PANEL, children: string },
"category_stack_panel/text": { type: T.UNKNOWN, children: string },
"category_stack_panel/fill_pad": { type: T.PANEL, children: string },
"category_stack_panel/icon": { type: T.IMAGE, children: string },
"category_stack_panel/pad_2": { type: T.PANEL, children: string },
"category_stack_panel/number": { type: T.LABEL, children: string },
"light_redirect_button_panel": { type: T.PANEL, children: 'light_redirect_button' },
"light_redirect_button_panel/light_redirect_button": { type: T.BUTTON, children: string },
"sdl_button_no_click_panel": { type: T.PANEL, children: 'sdl_button_no_click' },
"sdl_button_no_click_panel/sdl_button_no_click": { type: T.BUTTON, children: string },
"no_click_button": { type: T.STACK_PANEL, children: 'pad_1' | 'text' | 'fill_pad' | 'icon_panel' | 'pad_2' },
"no_click_button/pad_1": { type: T.PANEL, children: string },
"no_click_button/text": { type: T.UNKNOWN, children: string },
"no_click_button/fill_pad": { type: T.PANEL, children: string },
"no_click_button/icon_panel": { type: T.PANEL, children: 'icon' },
"no_click_button/icon_panel/icon": { type: T.IMAGE, children: string },
"no_click_button/pad_2": { type: T.PANEL, children: string },
"arrow_down": { type: T.IMAGE, children: string },
"section_header_no_color_binding": { type: T.LABEL, children: string },
}
export type SdlDropdownsType = {
"sdl_dropdown_rows": { type: T.PANEL, children: 'container_panel' },
"sdl_dropdown_rows/container_panel": { type: T.STACK_PANEL, children: 'toggle' | 'pad' },
@ -13756,13 +13800,7 @@ export type RealmsWorldSectionType = {
"club_info_label": { type: T.PANEL, children: string },
"difficulty_dropdown": { type: T.PANEL, children: string },
"game_mode_dropdown": { type: T.PANEL, children: string },
"panel_content": { type: T.STACK_PANEL, children: 'new_edit_world_opt_in_panel' | 'new_edit_world_opt_in_divider' | 'option_info_label' | 'hardcore_info_label' | 'realm_name_edit' | 'world_name_edit' | 'realm_description_edit' | 'difficulty_dropdown' | 'game_mode_dropdown' | 'is_hardcore_toggle' | 'world_options_label' | 'pvp_toggle' | 'show_coordinates_toggle' | 'locator_bar_toggle' | 'show_days_played_toggle' | 'fire_spreads_toggle' | 'recipes_unlock_toggle' | 'tnt_explodes_toggle' | 'respawn_blocks_explode_toggle' | 'mob_loot_toggle' | 'natural_regeneration_toggle' | 'tile_drops_toggle' | 'player_sleep_toggle' | 'player_sleep_percentage_slider' | 'immediate_respawn_toggle' | 'respawn_radius' | 'world_cheats_label' | 'allow_cheats_toggle' | 'daylight_cycle_toggle' | 'keep_inventory_toggle' | 'mob_spawn_toggle' | 'mob_griefing_toggle' | 'entities_drop_loot_toggle' | 'weather_cycle_toggle' | 'command_blocks_enabled_toggle' | 'random_tick_speed' | 'download_world_button' | 'padding_0' | 'upload_world_button' | 'padding_1' | 'reset_world_button' | 'padding_2' | 'club_info_label' | 'manage_feed_button' },
"panel_content/new_edit_world_opt_in_panel": { type: T.STACK_PANEL, children: 'panel_title' | 'panel_text' | 'opt_in_button' },
"panel_content/new_edit_world_opt_in_panel/panel_title": { type: T.PANEL, children: string },
"panel_content/new_edit_world_opt_in_panel/panel_text": { type: T.PANEL, children: string },
"panel_content/new_edit_world_opt_in_panel/opt_in_button": { type: T.BUTTON, children: string },
"panel_content/new_edit_world_opt_in_divider": { type: T.PANEL, children: 'section_divider' },
"panel_content/new_edit_world_opt_in_divider/section_divider": { type: T.IMAGE, children: string },
"panel_content": { type: T.STACK_PANEL, children: 'option_info_label' | 'hardcore_info_label' | 'realm_name_edit' | 'world_name_edit' | 'realm_description_edit' | 'difficulty_dropdown' | 'game_mode_dropdown' | 'is_hardcore_toggle' | 'world_options_label' | 'pvp_toggle' | 'show_coordinates_toggle' | 'locator_bar_toggle' | 'show_days_played_toggle' | 'fire_spreads_toggle' | 'recipes_unlock_toggle' | 'tnt_explodes_toggle' | 'respawn_blocks_explode_toggle' | 'mob_loot_toggle' | 'natural_regeneration_toggle' | 'tile_drops_toggle' | 'player_sleep_toggle' | 'player_sleep_percentage_slider' | 'immediate_respawn_toggle' | 'respawn_radius' | 'world_cheats_label' | 'allow_cheats_toggle' | 'daylight_cycle_toggle' | 'keep_inventory_toggle' | 'mob_spawn_toggle' | 'mob_griefing_toggle' | 'entities_drop_loot_toggle' | 'weather_cycle_toggle' | 'command_blocks_enabled_toggle' | 'random_tick_speed' | 'download_world_button' | 'padding_0' | 'upload_world_button' | 'padding_1' | 'reset_world_button' | 'padding_2' | 'club_info_label' | 'manage_feed_button' },
"panel_content/option_info_label": { type: T.PANEL, children: string },
"panel_content/hardcore_info_label": { type: T.PANEL, children: string },
"panel_content/realm_name_edit": { type: T.PANEL, children: string },
@ -16355,7 +16393,7 @@ export type StoreLayoutType = {
"sdl_scrolling_content_panel/sdl_scrolling_content_stack": { type: T.STACK_PANEL, children: string },
"sdl_scrolling_content_stack": { type: T.STACK_PANEL, children: 'padding_0' | 'store_screen_layout_factory' | 'footer' },
"sdl_scrolling_content_stack/padding_0": { type: T.PANEL, children: string },
"sdl_scrolling_content_stack/store_screen_layout_factory": { type: T.STACK_PANEL, children: string },
"sdl_scrolling_content_stack/store_screen_layout_factory": { type: T.UNKNOWN, children: string },
"sdl_scrolling_content_stack/footer": { type: T.PANEL, children: string },
"sdl_scrolling_section_panel": { type: T.STACK_PANEL, children: 'padding0' | 'top_static_sdl_section' | 'padding1' | 'sdl_scrolling_section' },
"sdl_scrolling_section_panel/padding0": { type: T.PANEL, children: string },
@ -16376,8 +16414,11 @@ export type StoreLayoutType = {
"character_creator_screen_layout/character_creator_panel": { type: T.STACK_PANEL, children: string },
"main_panel": { type: T.INPUT_PANEL, children: 'background' | 'main_panel_content' | 'progress_loading' },
"main_panel/background": { type: T.IMAGE, children: string },
"main_panel/main_panel_content": { type: T.PANEL, children: 'sdl_screen_content' },
"main_panel/main_panel_content/sdl_screen_content": { type: T.UNKNOWN, children: string },
"main_panel/main_panel_content": { type: T.STACK_PANEL, children: 'nav_panel' | 'main_panel_because_screen_content_is_a_whiny_baby_and_cant_use_fill' },
"main_panel/main_panel_content/nav_panel": { type: T.PANEL, children: 'sdl_screen_content' },
"main_panel/main_panel_content/nav_panel/sdl_screen_content": { type: T.UNKNOWN, children: string },
"main_panel/main_panel_content/main_panel_because_screen_content_is_a_whiny_baby_and_cant_use_fill": { type: T.PANEL, children: 'sdl_screen_content' },
"main_panel/main_panel_content/main_panel_because_screen_content_is_a_whiny_baby_and_cant_use_fill/sdl_screen_content": { type: T.UNKNOWN, children: string },
"main_panel/progress_loading": { type: T.PANEL, children: string },
"nav_button_content": { type: T.STACK_PANEL, children: 'image_panel' | 'small_padding' | 'label_panel' },
"nav_button_content/image_panel": { type: T.PANEL, children: string },

View file

@ -1,210 +1,211 @@
export const paths = {
achievement: "ui/achievement_screen.json",
add_external_server: "ui/add_external_server_screen.json",
adhoc_inprogress: "ui/adhoc_inprogess_screen.json",
adhoc: "ui/adhoc_screen.json",
anvil: "ui/anvil_screen.json",
anvil_pocket: "ui/anvil_screen_pocket.json",
authentication_modals: "ui/authentication_modals.json",
authentication: "ui/authentication_screen.json",
auto_save_info: "ui/auto_save_info_screen.json",
beacon: "ui/beacon_screen.json",
beacon_pocket: "ui/beacon_screen_pocket.json",
blast_furnace: "ui/blast_furnace_screen.json",
book: "ui/book_screen.json",
brewing_stand: "ui/brewing_stand_screen.json",
brewing_stand_pocket: "ui/brewing_stand_screen_pocket.json",
bundle_purchase_warning: "ui/bundle_purchase_warning_screen.json",
cartography: "ui/cartography_screen.json",
cartography_pocket: "ui/cartography_screen_pocket.json",
chalkboard: "ui/chalkboard_screen.json",
chat: "ui/chat_screen.json",
chat_settings: "ui/chat_settings_menu_screen.json",
chest: "ui/chest_screen.json",
choose_realm: "ui/choose_realm_screen.json",
coin_purchase: "ui/coin_purchase_screen.json",
command_block: "ui/command_block_screen.json",
confirm_delete_account: "ui/confirm_delete_account_screen.json",
content_log: "ui/content_log.json",
content_log_history: "ui/content_log_history_screen.json",
crafter_pocket: "ui/crafter_screen_pocket.json",
create_world_upsell: "ui/create_world_upsell_screen.json",
credits: "ui/credits_screen.json",
csb_purchase_error: "ui/csb_purchase_error_screen.json",
csb: "ui/csb_screen.json",
csb_content: "ui/csb_sections/content_section.json",
csb_banner: "ui/csb_sections/csb_banner.json",
csb_buy: "ui/csb_sections/csb_buy_now_screen.json",
common_csb: "ui/csb_sections/csb_common.json",
csb_purchase_amazondevicewarning: "ui/csb_sections/csb_purchase_amazondevicewarning_screen.json",
csb_purchase_warning: "ui/csb_sections/csb_purchase_warning_screen.json",
csb_subscription_panel: "ui/csb_sections/csb_subscription_panel.json",
csb_upsell: "ui/csb_sections/csb_upsell_dialog.json",
csb_packs: "ui/csb_sections/csb_view_packs_screen.json",
csb_welcome: "ui/csb_sections/csb_welcome_screen.json",
csb_faq: "ui/csb_sections/faq_section.json",
csb_landing: "ui/csb_sections/landing_section.json",
custom_templates: "ui/custom_templates_screen.json",
world_conversion_complete: "ui/world_conversion_complete_screen.json",
day_one_experience_intro: "ui/day_one_experience_intro_screen.json",
day_one_experience: "ui/day_one_experience_screen.json",
death: "ui/death_screen.json",
debug_screen: "ui/debug_screen.json",
dev_console: "ui/dev_console_screen.json",
disconnect: "ui/disconnect_screen.json",
display_logged_error: "ui/display_logged_error_screen.json",
discovery_dialog: "ui/edu_discovery_dialog.json",
edu_featured: "ui/edu_featured.json",
edu_quit_button: "ui/edu_pause_screen_pause_button.json",
persona_emote: "ui/emote_wheel_screen.json",
enchanting: "ui/enchanting_screen.json",
enchanting_pocket: "ui/enchanting_screen_pocket.json",
encyclopedia: "ui/encyclopedia_screen.json",
expanded_skin_pack: "ui/expanded_skin_pack_screen.json",
feed_common: "ui/feed_common.json",
file_upload: "ui/file_upload_screen.json",
furnace: "ui/furnace_screen.json",
furnace_pocket: "ui/furnace_screen_pocket.json",
game_tip: "ui/game_tip_screen.json",
gamepad_disconnected: "ui/gamepad_disconnected.json",
gameplay: "ui/gameplay_common.json",
gathering_info: "ui/gathering_info_screen.json",
globalpause: "ui/global_pause_screen.json",
grindstone: "ui/grindstone_screen.json",
grindstone_pocket: "ui/grindstone_screen_pocket.json",
gamma_calibration: "ui/gamma_calibration_screen.json",
horse: "ui/horse_screen.json",
horse_pocket: "ui/horse_screen_pocket.json",
how_to_play_common: "ui/how_to_play_common.json",
how_to_play: "ui/how_to_play_screen.json",
hud: "ui/hud_screen.json",
host_options: "ui/host_options_screen.json",
bed: "ui/in_bed_screen.json",
im_reader: "ui/immersive_reader.json",
crafting: "ui/inventory_screen.json",
crafting_pocket: "ui/inventory_screen_pocket.json",
invite: "ui/invite_screen.json",
jigsaw_editor: "ui/jigsaw_editor_screen.json",
late_join: "ui/late_join_pregame_screen.json",
library_modal: "ui/library_modal_screen.json",
local_world_picker: "ui/local_world_picker_screen.json",
loom: "ui/loom_screen.json",
loom_pocket: "ui/loom_screen_pocket.json",
manage_feed: "ui/manage_feed_screen.json",
manifest_validation: "ui/manifest_validation_screen.json",
sdl_label: "ui/marketplace_sdl/sdl_label.json",
sdl_dropdowns: "ui/marketplace_sdl/sdl_dropdowns.json",
sdl_image_row: "ui/marketplace_sdl/sdl_image_row.json",
sdl_text_row: "ui/marketplace_sdl/sdl_text_row.json",
mob_effect: "ui/mob_effect_screen.json",
non_xbl_user_management: "ui/non_xbl_user_management_screen.json",
npc_interact: "ui/npc_interact_screen.json",
online_safety: "ui/online_safety_screen.json",
pack_settings: "ui/pack_settings_screen.json",
panorama: "ui/panorama_screen.json",
patch_notes: "ui/patch_notes_screen.json",
pause: "ui/pause_screen.json",
pdp: "ui/pdp_screen.json",
pdp_screenshots: "ui/pdp_screenshots_section.json",
permissions: "ui/permissions_screen.json",
persona_cast_character_screen: "ui/persona_cast_character_screen.json",
persona_common: "ui/persona_common.json",
persona_popups: "ui/persona_popups.json",
play: "ui/play_screen.json",
perf_turtle: "ui/perf_turtle.json",
pocket_containers: "ui/pocket_containers.json",
popup_dialog: "ui/popup_dialog.json",
portfolio: "ui/portfolio_screen.json",
progress: "ui/progress_screen.json",
rating_prompt: "ui/rating_prompt.json",
realms_common: "ui/realms_common.json",
realms_create: "ui/realms_create.json",
realms_pending_invitations: "ui/realms_pending_invitations.json",
realms_slots: "ui/realms_slots_screen.json",
realms_settings: "ui/realms_settings_screen.json",
realms_allowlist: "ui/realms_allowlist.json",
realms_invite_link_settings: "ui/realms_invite_link_settings_screen.json",
realms_plus_ended: "ui/realms_plus_ended_screen.json",
realmsPlus: "ui/realmsPlus_screen.json",
realmsPlus_content: "ui/realmsPlus_sections/content_section.json",
realmsPlus_faq: "ui/realmsPlus_sections/faq_section.json",
realmsPlus_landing: "ui/realmsPlus_sections/landing_section.json",
realmsPlus_buy: "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json",
realmsPlus_packs: "ui/realmsPlus_sections/realmsPlus_view_packs_screen.json",
realmsPlus_purchase_warning: "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json",
realms_stories_transition: "ui/realms_stories_transition_screen.json",
redstone: "ui/redstone_screen.json",
resource_packs: "ui/resource_packs_screen.json",
safe_zone: "ui/safe_zone_screen.json",
storage_migration_common: "ui/storage_migration_common.json",
storage_migration_generic: "ui/storage_migration_generic_screen.json",
scoreboard: "ui/scoreboards.json",
screenshot: "ui/screenshot_screen.json",
select_world: "ui/select_world_screen.json",
server_form: "ui/server_form.json",
settings: "ui/settings_screen.json",
controls_section: "ui/settings_sections/controls_section.json",
general_section: "ui/settings_sections/general_section.json",
realms_world_section: "ui/settings_sections/realms_world_section.json",
settings_common: "ui/settings_sections/settings_common.json",
world_section: "ui/settings_sections/world_section.json",
social_section: "ui/settings_sections/social_section.json",
sidebar_navigation: "ui/sidebar_navigation.json",
sign: "ui/sign_screen.json",
simple_inprogress: "ui/simple_inprogress_screen.json",
skin_pack_purchase: "ui/skin_pack_purchase_screen.json",
skin_picker: "ui/skin_picker_screen.json",
smithing_table: "ui/smithing_table_screen.json",
smithing_table_2: "ui/smithing_table_2_screen.json",
smithing_table_pocket: "ui/smithing_table_screen_pocket.json",
smithing_table_2_pocket: "ui/smithing_table_2_screen_pocket.json",
smoker: "ui/smoker_screen.json",
start: "ui/start_screen.json",
stonecutter: "ui/stonecutter_screen.json",
stonecutter_pocket: "ui/stonecutter_screen_pocket.json",
storage_management: "ui/storage_management.json",
storage_management_popup: "ui/storage_management_popup.json",
common_store: "ui/store_common.json",
store_layout: "ui/store_data_driven_screen.json",
filter_menu: "ui/store_filter_menu_screen.json",
store_inventory: "ui/store_inventory_screen.json",
store_item_list: "ui/store_item_list_screen.json",
store_progress: "ui/store_progress_screen.json",
promo_timeline: "ui/store_promo_timeline_screen.json",
store_sale_item_list: "ui/store_sales_item_list_screen.json",
store_search: "ui/store_search_screen.json",
sort_menu: "ui/store_sort_menu_screen.json",
structure_editor: "ui/structure_editor_screen.json",
submit_feedback: "ui/submit_feedback_screen.json",
tabbed_upsell: "ui/tabbed_upsell_screen.json",
thanks_for_testing: "ui/thanks_for_testing_screen.json",
third_party_store: "ui/third_party_store_screen.json",
toast_screen: "ui/toast_screen.json",
token_faq: "ui/token_faq_screen.json",
trade: "ui/trade_screen.json",
trade_pocket: "ui/trade_screen_pocket.json",
trade2: "ui/trade_2_screen.json",
trade2_pocket: "ui/trade_2_screen_pocket.json",
trialUpsell: "ui/trial_upsell_screen.json",
ugc_viewer: "ui/ugc_viewer_screen.json",
common_art: "ui/ui_art_assets_common.json",
common: "ui/ui_common.json",
"common-classic": "ui/ui_common_classic.json",
edu_common: "ui/ui_edu_common.json",
purchase_common: "ui/ui_purchase_common.json",
common_buttons: "ui/ui_template_buttons.json",
common_dialogs: "ui/ui_template_dialogs.json",
common_tabs: "ui/ui_template_tabs.json",
common_toggles: "ui/ui_template_toggles.json",
friendsbutton: "ui/ui_friendsbutton.json",
iconbutton: "ui/ui_iconbutton.json",
update_dimensions: "ui/update_dimensions.json",
update_version: "ui/update_version.json",
world_recovery: "ui/world_recovery_screen.json",
world_templates: "ui/world_templates_screen.json",
xbl_console_qr_signin: "ui/xbl_console_qr_signin.json",
xbl_console_signin: "ui/xbl_console_signin.json",
xbl_console_signin_succeeded: "ui/xbl_console_signin_succeeded.json",
xbl_immediate_signin: "ui/xbl_immediate_signin.json",
win10_trial_conversion: "ui/win10_trial_conversion_screen.json",
}
"achievement": "ui/achievement_screen.json",
"add_external_server": "ui/add_external_server_screen.json",
"adhoc_inprogress": "ui/adhoc_inprogess_screen.json",
"adhoc": "ui/adhoc_screen.json",
"anvil": "ui/anvil_screen.json",
"anvil_pocket": "ui/anvil_screen_pocket.json",
"authentication_modals": "ui/authentication_modals.json",
"authentication": "ui/authentication_screen.json",
"auto_save_info": "ui/auto_save_info_screen.json",
"beacon": "ui/beacon_screen.json",
"beacon_pocket": "ui/beacon_screen_pocket.json",
"blast_furnace": "ui/blast_furnace_screen.json",
"book": "ui/book_screen.json",
"brewing_stand": "ui/brewing_stand_screen.json",
"brewing_stand_pocket": "ui/brewing_stand_screen_pocket.json",
"bundle_purchase_warning": "ui/bundle_purchase_warning_screen.json",
"cartography": "ui/cartography_screen.json",
"cartography_pocket": "ui/cartography_screen_pocket.json",
"chalkboard": "ui/chalkboard_screen.json",
"chat": "ui/chat_screen.json",
"chat_settings": "ui/chat_settings_menu_screen.json",
"chest": "ui/chest_screen.json",
"choose_realm": "ui/choose_realm_screen.json",
"coin_purchase": "ui/coin_purchase_screen.json",
"command_block": "ui/command_block_screen.json",
"confirm_delete_account": "ui/confirm_delete_account_screen.json",
"content_log": "ui/content_log.json",
"content_log_history": "ui/content_log_history_screen.json",
"crafter_pocket": "ui/crafter_screen_pocket.json",
"create_world_upsell": "ui/create_world_upsell_screen.json",
"credits": "ui/credits_screen.json",
"csb_purchase_error": "ui/csb_purchase_error_screen.json",
"csb": "ui/csb_screen.json",
"csb_content": "ui/csb_sections/content_section.json",
"csb_banner": "ui/csb_sections/csb_banner.json",
"csb_buy": "ui/csb_sections/csb_buy_now_screen.json",
"common_csb": "ui/csb_sections/csb_common.json",
"csb_purchase_amazondevicewarning": "ui/csb_sections/csb_purchase_amazondevicewarning_screen.json",
"csb_purchase_warning": "ui/csb_sections/csb_purchase_warning_screen.json",
"csb_subscription_panel": "ui/csb_sections/csb_subscription_panel.json",
"csb_upsell": "ui/csb_sections/csb_upsell_dialog.json",
"csb_packs": "ui/csb_sections/csb_view_packs_screen.json",
"csb_welcome": "ui/csb_sections/csb_welcome_screen.json",
"csb_faq": "ui/csb_sections/faq_section.json",
"csb_landing": "ui/csb_sections/landing_section.json",
"custom_templates": "ui/custom_templates_screen.json",
"world_conversion_complete": "ui/world_conversion_complete_screen.json",
"day_one_experience_intro": "ui/day_one_experience_intro_screen.json",
"day_one_experience": "ui/day_one_experience_screen.json",
"death": "ui/death_screen.json",
"debug_screen": "ui/debug_screen.json",
"dev_console": "ui/dev_console_screen.json",
"disconnect": "ui/disconnect_screen.json",
"display_logged_error": "ui/display_logged_error_screen.json",
"discovery_dialog": "ui/edu_discovery_dialog.json",
"edu_featured": "ui/edu_featured.json",
"edu_quit_button": "ui/edu_pause_screen_pause_button.json",
"persona_emote": "ui/emote_wheel_screen.json",
"enchanting": "ui/enchanting_screen.json",
"enchanting_pocket": "ui/enchanting_screen_pocket.json",
"encyclopedia": "ui/encyclopedia_screen.json",
"expanded_skin_pack": "ui/expanded_skin_pack_screen.json",
"feed_common": "ui/feed_common.json",
"file_upload": "ui/file_upload_screen.json",
"furnace": "ui/furnace_screen.json",
"furnace_pocket": "ui/furnace_screen_pocket.json",
"game_tip": "ui/game_tip_screen.json",
"gamepad_disconnected": "ui/gamepad_disconnected.json",
"gameplay": "ui/gameplay_common.json",
"gathering_info": "ui/gathering_info_screen.json",
"globalpause": "ui/global_pause_screen.json",
"grindstone": "ui/grindstone_screen.json",
"grindstone_pocket": "ui/grindstone_screen_pocket.json",
"gamma_calibration": "ui/gamma_calibration_screen.json",
"horse": "ui/horse_screen.json",
"horse_pocket": "ui/horse_screen_pocket.json",
"how_to_play_common": "ui/how_to_play_common.json",
"how_to_play": "ui/how_to_play_screen.json",
"hud": "ui/hud_screen.json",
"host_options": "ui/host_options_screen.json",
"bed": "ui/in_bed_screen.json",
"im_reader": "ui/immersive_reader.json",
"crafting": "ui/inventory_screen.json",
"crafting_pocket": "ui/inventory_screen_pocket.json",
"invite": "ui/invite_screen.json",
"jigsaw_editor": "ui/jigsaw_editor_screen.json",
"late_join": "ui/late_join_pregame_screen.json",
"library_modal": "ui/library_modal_screen.json",
"local_world_picker": "ui/local_world_picker_screen.json",
"loom": "ui/loom_screen.json",
"loom_pocket": "ui/loom_screen_pocket.json",
"manage_feed": "ui/manage_feed_screen.json",
"manifest_validation": "ui/manifest_validation_screen.json",
"sdl_label": "ui/marketplace_sdl/sdl_label.json",
"sdl_content_navigation": "ui/marketplace_sdl/sdl_content_navigation.json",
"sdl_dropdowns": "ui/marketplace_sdl/sdl_dropdowns.json",
"sdl_image_row": "ui/marketplace_sdl/sdl_image_row.json",
"sdl_text_row": "ui/marketplace_sdl/sdl_text_row.json",
"mob_effect": "ui/mob_effect_screen.json",
"non_xbl_user_management": "ui/non_xbl_user_management_screen.json",
"npc_interact": "ui/npc_interact_screen.json",
"online_safety": "ui/online_safety_screen.json",
"pack_settings": "ui/pack_settings_screen.json",
"panorama": "ui/panorama_screen.json",
"patch_notes": "ui/patch_notes_screen.json",
"pause": "ui/pause_screen.json",
"pdp": "ui/pdp_screen.json",
"pdp_screenshots": "ui/pdp_screenshots_section.json",
"permissions": "ui/permissions_screen.json",
"persona_cast_character_screen": "ui/persona_cast_character_screen.json",
"persona_common": "ui/persona_common.json",
"persona_popups": "ui/persona_popups.json",
"play": "ui/play_screen.json",
"perf_turtle": "ui/perf_turtle.json",
"pocket_containers": "ui/pocket_containers.json",
"popup_dialog": "ui/popup_dialog.json",
"portfolio": "ui/portfolio_screen.json",
"progress": "ui/progress_screen.json",
"rating_prompt": "ui/rating_prompt.json",
"realms_common": "ui/realms_common.json",
"realms_create": "ui/realms_create.json",
"realms_pending_invitations": "ui/realms_pending_invitations.json",
"realms_slots": "ui/realms_slots_screen.json",
"realms_settings": "ui/realms_settings_screen.json",
"realms_allowlist": "ui/realms_allowlist.json",
"realms_invite_link_settings": "ui/realms_invite_link_settings_screen.json",
"realms_plus_ended": "ui/realms_plus_ended_screen.json",
"realmsPlus": "ui/realmsPlus_screen.json",
"realmsPlus_content": "ui/realmsPlus_sections/content_section.json",
"realmsPlus_faq": "ui/realmsPlus_sections/faq_section.json",
"realmsPlus_landing": "ui/realmsPlus_sections/landing_section.json",
"realmsPlus_buy": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json",
"realmsPlus_packs": "ui/realmsPlus_sections/realmsPlus_view_packs_screen.json",
"realmsPlus_purchase_warning": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json",
"realms_stories_transition": "ui/realms_stories_transition_screen.json",
"redstone": "ui/redstone_screen.json",
"resource_packs": "ui/resource_packs_screen.json",
"safe_zone": "ui/safe_zone_screen.json",
"storage_migration_common": "ui/storage_migration_common.json",
"storage_migration_generic": "ui/storage_migration_generic_screen.json",
"scoreboard": "ui/scoreboards.json",
"screenshot": "ui/screenshot_screen.json",
"select_world": "ui/select_world_screen.json",
"server_form": "ui/server_form.json",
"settings": "ui/settings_screen.json",
"controls_section": "ui/settings_sections/controls_section.json",
"general_section": "ui/settings_sections/general_section.json",
"realms_world_section": "ui/settings_sections/realms_world_section.json",
"settings_common": "ui/settings_sections/settings_common.json",
"world_section": "ui/settings_sections/world_section.json",
"social_section": "ui/settings_sections/social_section.json",
"sidebar_navigation": "ui/sidebar_navigation.json",
"sign": "ui/sign_screen.json",
"simple_inprogress": "ui/simple_inprogress_screen.json",
"skin_pack_purchase": "ui/skin_pack_purchase_screen.json",
"skin_picker": "ui/skin_picker_screen.json",
"smithing_table": "ui/smithing_table_screen.json",
"smithing_table_2": "ui/smithing_table_2_screen.json",
"smithing_table_pocket": "ui/smithing_table_screen_pocket.json",
"smithing_table_2_pocket": "ui/smithing_table_2_screen_pocket.json",
"smoker": "ui/smoker_screen.json",
"start": "ui/start_screen.json",
"stonecutter": "ui/stonecutter_screen.json",
"stonecutter_pocket": "ui/stonecutter_screen_pocket.json",
"storage_management": "ui/storage_management.json",
"storage_management_popup": "ui/storage_management_popup.json",
"common_store": "ui/store_common.json",
"store_layout": "ui/store_data_driven_screen.json",
"filter_menu": "ui/store_filter_menu_screen.json",
"store_inventory": "ui/store_inventory_screen.json",
"store_item_list": "ui/store_item_list_screen.json",
"store_progress": "ui/store_progress_screen.json",
"promo_timeline": "ui/store_promo_timeline_screen.json",
"store_sale_item_list": "ui/store_sales_item_list_screen.json",
"store_search": "ui/store_search_screen.json",
"sort_menu": "ui/store_sort_menu_screen.json",
"structure_editor": "ui/structure_editor_screen.json",
"submit_feedback": "ui/submit_feedback_screen.json",
"tabbed_upsell": "ui/tabbed_upsell_screen.json",
"thanks_for_testing": "ui/thanks_for_testing_screen.json",
"third_party_store": "ui/third_party_store_screen.json",
"toast_screen": "ui/toast_screen.json",
"token_faq": "ui/token_faq_screen.json",
"trade": "ui/trade_screen.json",
"trade_pocket": "ui/trade_screen_pocket.json",
"trade2": "ui/trade_2_screen.json",
"trade2_pocket": "ui/trade_2_screen_pocket.json",
"trialUpsell": "ui/trial_upsell_screen.json",
"ugc_viewer": "ui/ugc_viewer_screen.json",
"common_art": "ui/ui_art_assets_common.json",
"common": "ui/ui_common.json",
"common-classic": "ui/ui_common_classic.json",
"edu_common": "ui/ui_edu_common.json",
"purchase_common": "ui/ui_purchase_common.json",
"common_buttons": "ui/ui_template_buttons.json",
"common_dialogs": "ui/ui_template_dialogs.json",
"common_tabs": "ui/ui_template_tabs.json",
"common_toggles": "ui/ui_template_toggles.json",
"friendsbutton": "ui/ui_friendsbutton.json",
"iconbutton": "ui/ui_iconbutton.json",
"update_dimensions": "ui/update_dimensions.json",
"update_version": "ui/update_version.json",
"world_recovery": "ui/world_recovery_screen.json",
"world_templates": "ui/world_templates_screen.json",
"xbl_console_qr_signin": "ui/xbl_console_qr_signin.json",
"xbl_console_signin": "ui/xbl_console_signin.json",
"xbl_console_signin_succeeded": "ui/xbl_console_signin_succeeded.json",
"xbl_immediate_signin": "ui/xbl_immediate_signin.json",
"win10_trial_conversion": "ui/win10_trial_conversion_screen.json"
}