Skip to content

Commit 3206065

Browse files
authored
Merge branch 'PaperMC:main' into feat/adventure
2 parents 4a62624 + fc4b5ce commit 3206065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ as it **WILL** deadlock your server, if the chunk you're teleporting into is not
3838

3939
## Look at
4040

41-
The [`lookAt`](jd:paper:org.bukkit.entity.Player#lookAt(io.papermc.paper.math.Position,io.papermc.paper.entity.LookAnchor))
41+
The [`lookAt`](jd:paper:org.bukkit.entity.Player#lookAt(org.bukkit.entity.Entity,io.papermc.paper.entity.LookAnchor,io.papermc.paper.entity.LookAnchor))
4242
API allows you to make a player look at a certain position or entity.
4343

4444
```java

0 commit comments

Comments
 (0)