You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/paper/dev/api/entity-api/entity-teleport.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ as it **WILL** deadlock your server, if the chunk you're teleporting into is not
38
38
39
39
## Look at
40
40
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))
42
42
API allows you to make a player look at a certain position or entity.
0 commit comments