Class EntityStrengthComponent

Defines the entity's strength to carry items.

Hierarchy

Constructors

Properties

Constructors

Properties

max: number

Maximum strength of this entity, as defined in the entity type definition.

Throws

This property can throw when used.

typeId: string

Identifier of this component. Should always be minecraft:strength.

value: number

Current strength value of this entity, after any effects or component updates are applied.

Throws

This property can throw when used.

componentId: "minecraft:strength" = 'minecraft:strength'

Identifier of this component. Should always be minecraft:strength.