Fix javadoc error in SleepManager (#2114)

This commit is contained in:
enbrain 2021-03-05 06:52:44 +09:00 committed by GitHub
parent d4b4a7e0dc
commit a7499acef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 <p>This is usually tested after {@linkplain #canSkipNight(int} canSkipNight},
COMMENT <p>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