You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each event registration function now accepts an executor, which can be any valid selector, removing the need for the concept of icon and linking behaviors.
By default, the selector will not be lazy:
selector: "@e" is equivalent to selector: {name: "@e", lazy: false}.
A lazy selector means it won't be converted to a UUID when executing the function, allowing for more dynamic behavior during execution.
theogiraudet
changed the title
bs.gui: A module to create GUI in Minecraftbs.interaction: A module to create GUI in Minecraft
Sep 14, 2024
theogiraudet
changed the title
bs.interaction: A module to create GUI in Minecraftbs.interaction, bs.component: Modules to create GUI in Minecraft
Sep 14, 2024
Two modules:
The part based on interactions proposes two APIs:
The text was updated successfully, but these errors were encountered: