@minecraft/server / DefinitionModifier
Interface: DefinitionModifier ​
Defined in: @minecraft/server/index.d.ts:23015
Contains a set of updates to the component definition state of an entity.
Properties ​
addedComponentGroups ​
addedComponentGroups:
string[]
Defined in: @minecraft/server/index.d.ts:23022
Remarks ​
Retrieves the list of component groups that will be added via this definition modification.
removedComponentGroups ​
removedComponentGroups:
string[]
Defined in: @minecraft/server/index.d.ts:23029
Remarks ​
The list of component groups that will be removed via this definition modification.