Skip to content

Commit fc4b5ce

Browse files
authored
fix: point to correct javadoc for lookAt jd in teleport (#577)
1 parent b0b3eaf commit fc4b5ce

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

+1-1
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)