minecraft.wiki-mirror/wiki_backup/Bedrock Editor 0.5.9.txt
2024-12-21 09:59:47 -05:00

37 lines
2 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{Infobox version
| title = v0.5.9
| edition = editor
| type = Editor build
| date = March 14, 2024
| parent = 1.20.80.22
| prevparent = 0.5.0
| prev = 0.5.8
| next = 0.5.10
| nextparent = 0.6.0
}}
'''Bedrock Editor v0.5.9''' is a minor alpha release for the [[Bedrock Editor]] released on March 14, 2024, which makes some changes.<ref>https://feedback.minecraft.net/hc/en-us/articles/24981522422669</ref><ref>https://github.com/Mojang/minecraft-editor/discussions/168</ref>
== Changes ==
[[File:DynamicPaneLayout.png|right|thumb|Dynamic Pane Layout in [[Bedrock Editor]].]]
;[[API]]
*Added three classes: the {{cd|IBlockPaletteItem}} interface and the {{cd|ProbabilityBlockPaletteItem}} and {{cd|SimpleBlockPaletteItem}} concrete classes.
** These classes will be used in the later implementation of the Block Palette.
*{{cd|ModalTool.bindPropertyPane}} API function will now only bind a single pane to the tool.
** Bound pane will be displayed in the layout drawer next to the tool rail on tool activation. It is recommended to update the pane state once its associated with the tool to ensure its displayed correctly.
*Added {{cd|uniqueId}} property to {{cd|IMenuCreationParams}} API which will replace {{cd|IMenu}} id on creation.
*Added menubar: {{cd|IMenuContainer}} property to {{cd|IPlayerUISession}}. {{cd|IMenuContainer}} will manage menu related operations.
**Added {{cd|getMenu}} method to {{cd|IMenuContainer}} to return an existing menu item. Predefined editor menus can be retrieved with the new {{cd|CoreMenuType}} enum.
**Moved {{cd|createMenu}} from {{cd|IPlayerUISession}} to {{cd|IMenuContainer}}.
;Other
*Tool mode screen layout will now be using a fixed drawer system rather than floating window panels.
** Drawers panels support drag to resize, expand/collapse, and show/hide behaviors.
*Changed top level menus to show up only when they contain items.
== References ==
{{reflist}}
== Navigation ==
{{Navbox Bedrock Editor versions|alpha}}
[[pt:Bedrock Editor 0.5.9]]
[[uk:0.5.9 (Bedrock Editor)]]