Beta
Primitive Shapes class used to allow adding and removing text primitives to the world.
Readonly
This is the maximum number of allowed primitive shapes.
The text primitive to be added.
Optional
Adds a new text primitive to the world.
This function can throw errors.
minecraftcommon.EngineError
PrimitiveShapeError
Optional options for querying existing shapes to narrow down the results.
Fetches and queries all primitive shapes stored in the manager and returns the results as an array of shape handles.
Removes all text primitives from the world.
Removes an instance of a text primitive from the world. This is equivalent to calling remove on the text itself.
Primitive Shapes class used to allow adding and removing text primitives to the world.