We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d5526 commit 5b1c0f7Copy full SHA for 5b1c0f7
src/content/docs/paper/dev/api/entity-api/entity-teleport.md
@@ -73,12 +73,3 @@ player.teleport(
73
TeleportFlag.Relative.VELOCITY_Z
74
);
75
```
76
-
77
-### Retaining passengers
78
79
-Teleport an entity with the [`RETAIN_PASSENGERS`](jd:paper:io.papermc.paper.entity.TeleportFlag$EntityState#RETAIN_PASSENGERS) flag,
80
-allowing its passengers to be transferred with the entity.
81
82
-```java
83
-entity.teleport(location, TeleportFlag.EntityState.RETAIN_PASSENGERS);
84
-```
0 commit comments