DataComponentMapBuilder
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Implements
Undocumented Interfaces
IDataComponentMapBuilderExtensions
Members
addAll(other as DataComponentMap) as Builder
Parameters:
other: DataComponentMap
Type: DataComponentMap
Return Type:
DataComponentMapBuilder
build() as DataComponentMap
Return Type:
DataComponentMap
setComponent(type as DataComponentType<T>, value as T?) as Builder
Parameters:
type: DataComponentType<T>
Type: DataComponentType<T>
value: T?
Type: T?
Return Type:
DataComponentMapBuilder