Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extends
Classes that extend EntityComponent
- EntityAddRiderComponent
- EntityAgeableComponent
- EntityAttributeComponent
- EntityBaseMovementComponent
- EntityBreathableComponent
- EntityCanClimbComponent
- EntityCanFlyComponent
- EntityCanPowerJumpComponent
- EntityColor2Component
- EntityColorComponent
- EntityEquippableComponent
- EntityFireImmuneComponent
- EntityFloatsInLiquidComponent
- EntityFlyingSpeedComponent
- EntityFrictionModifierComponent
- EntityHealableComponent
- EntityInventoryComponent
- EntityIsBabyComponent
- EntityIsChargedComponent
- EntityIsChestedComponent
- EntityIsDyeableComponent
- EntityIsHiddenWhenInvisibleComponent
- EntityIsIgnitedComponent
- EntityIsIllagerCaptainComponent
- EntityIsSaddledComponent
- EntityIsShakingComponent
- EntityIsShearedComponent
- EntityIsStackableComponent
- EntityIsStunnedComponent
- EntityIsTamedComponent
- EntityItemComponent
- EntityLeashableComponent
- EntityMarkVariantComponent
- EntityNavigationComponent
- EntityOnFireComponent
- EntityProjectileComponent
- EntityPushThroughComponent
- EntityRideableComponent
- EntityRidingComponent
- EntityScaleComponent
- EntitySkinIdComponent
- EntityStrengthComponent
- EntityTameableComponent
- EntityTameMountComponent
- EntityTypeFamilyComponent
- EntityVariantComponent
- EntityWantsJockeyComponent
- PlayerCursorInventoryComponent
- EntityNpcComponent
Base class for downstream entity components.
Properties
entity
read-only entity: Entity;
The entity that owns this component. The entity will be undefined if it has been removed.
Type: Entity
Notes:
- This property can throw errors when used.
- Throws InvalidEntityError