From a92ab6ea476e779dffd1594b6c6fb5fa98da44da Mon Sep 17 00:00:00 2001 From: KrystilizeNevaDies <57762380+KrystilizeNevaDies@users.noreply.github.com> Date: Wed, 3 Feb 2021 16:31:15 +1000 Subject: [PATCH] Add comment on Instance#setTime --- src/main/java/net/minestom/server/instance/Instance.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/net/minestom/server/instance/Instance.java b/src/main/java/net/minestom/server/instance/Instance.java index 86155d927..b4f1ae77d 100644 --- a/src/main/java/net/minestom/server/instance/Instance.java +++ b/src/main/java/net/minestom/server/instance/Instance.java @@ -368,6 +368,8 @@ public abstract class Instance implements BlockModifier, EventHandler, DataConta /** * Changes the current time in the instance, from 0 to 24000. *

+ * If the time is negative, the vanilla client will not move the sun. + *

* 0 = sunrise * 6000 = noon * 12000 = sunset