From fbf04d8e65022c900b5d2280759afaf608b545fa Mon Sep 17 00:00:00 2001 From: filoghost Date: Sat, 26 Jul 2014 11:01:46 -0700 Subject: [PATCH] Updated Move holograms (markdown) --- Move-holograms.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Move-holograms.md b/Move-holograms.md index 3a59c2d..853efc8 100644 --- a/Move-holograms.md +++ b/Move-holograms.md @@ -1,5 +1,12 @@ Moving holograms it's really simple. Just use the `teleport(Location loc)` method, as fast as you want. Previously using the `setLocation(Location loc)` and `update()` methods was creating new entities every time, generating possible lag if used frequently. + + + + + + + **Example**: a hologram that follows a player above his head for 5 seconds. ```java // Suppose that we have already a Player object called "player"