Versions in this module Expand all Collapse all v1 v1.0.1 Jul 30, 2026 v1.0.0 Jul 30, 2026 Changes in this version + func Components(identifier string, b world.CustomBlock, blockID int32) map[string]any + type ComponentBuilder struct + func NewComponentBuilder(identifier string, components map[string]any, blockID int32) *ComponentBuilder + func (builder *ComponentBuilder) AddComponent(name string, value any) + func (builder *ComponentBuilder) AddPermutation(condition string, components map[string]any) + func (builder *ComponentBuilder) AddProperty(name string, values []any) + func (builder *ComponentBuilder) Construct() map[string]any + func (builder *ComponentBuilder) SetMenuCategory(category category.Category)