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(it world.CustomItem) map[string]any + type ComponentBuilder struct + func NewComponentBuilder(name, identifier string, category category.Category) *ComponentBuilder + func (builder *ComponentBuilder) AddComponent(name string, value any) + func (builder *ComponentBuilder) AddProperty(name string, value any) + func (builder *ComponentBuilder) Construct() map[string]any