Skip to content

Commit 5b1c0f7

Browse files
committed
feat(paper): remove mention of deprecated teleport flag
Took 6 minutes
1 parent 68d5526 commit 5b1c0f7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/content/docs/paper/dev/api/entity-api/entity-teleport.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,3 @@ player.teleport(
7373
TeleportFlag.Relative.VELOCITY_Z
7474
);
7575
```
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

Comments
 (0)