Bi-Entity Actions
26 pages in this section.
- Actor Action Executes an Entity Action Type on the actor entity.
- Add To Entity Set Add the target entity to the power that uses the Entity Set of the actor entity.
- Add Velocity Adds or sets the velocity of the target entity, based on the direction from the actor entity to the target entity.
- Attach Rope Attaches a rope between the actor and the target.
- Bi-entity Action Types Bi-entity Action Types operate on a Pair<Entity, Entity>; in simpler terms: an actor and a target.
- Both Executes an Entity Action Type on both the actor and the target entity.
- Damage Applies damage to the target entity as if the actor entity has attacked it.
- Disguise Disguises the actor as the target, capturing the target's type and NBT (so the actor appears identical to it).
- Execute Command Runs a command as the actor, with the actor's and target's UUIDs substituted into it.
- Explode Creates an explosion in the world, with control over where it originates and how it interacts with blocks.
- Grab Makes the actor grab the target: the target entity is held in front of the actor's face and follows the actor's camera as they look and move around, like…
- Invert Swaps the context of the target entity and the actor entity.
- Modify Resource Modifies a resource on one side of a bi-entity pair, optionally reading the incoming value from the other side.
- Mount Mounts the actor entity onto the target entity, optionally at an offset.
- Punch Makes the actor hit the target as if it had attacked with its held item.
- Raycast Casts a ray from the actor straight at the target entity.
- Remove From Entity Set Removes the target entity from the power that uses the Entity Set of the actor entity.
- Script Runs a script against an actor and a target.
- Send Action Hands this bi-entity action off to an apoli:receive_action power on the actor.
- Set In Love Sets the target entity into 'love mode', where they will seek out other animals to breed with.
- Store Power Puts powers into the target's apoli:power_storage, optionally taken from the actor.
- Swap Swaps the positions of the actor and the target.
- Tame Tames the target entity with the actor entity as the owner.
- Target Action Executes an Entity Action Type on the target entity.
- Teleport To Teleports the actor to the target, optionally swapping the two.
- Transfer Moves or copies powers between the actor and target using Apoli's power source system.