From a7499acef92e0996fbc4f399ead8bd6718d0953d Mon Sep 17 00:00:00 2001 From: enbrain <69905075+enbrain@users.noreply.github.com> Date: Fri, 5 Mar 2021 06:52:44 +0900 Subject: [PATCH] Fix javadoc error in SleepManager (#2114) --- mappings/net/minecraft/server/world/SleepManager.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/server/world/SleepManager.mapping b/mappings/net/minecraft/server/world/SleepManager.mapping index 3752e9d19e..30380c7a3a 100644 --- a/mappings/net/minecraft/server/world/SleepManager.mapping +++ b/mappings/net/minecraft/server/world/SleepManager.mapping @@ -19,7 +19,7 @@ CLASS net/minecraft/class_5838 net/minecraft/server/world/SleepManager METHOD method_33813 canResetTime (ILjava/util/List;)Z COMMENT Returns if the night can actually be skipped at the tick this is called. COMMENT - COMMENT

This is usually tested after {@linkplain #canSkipNight(int} canSkipNight}, + COMMENT

This is usually tested after {@linkplain #canSkipNight(int) canSkipNight}, COMMENT which is less performance intensive to check. ARG 1 percentage COMMENT the percentage of players required, as obtained from the game rule