mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-04 14:12:20 -07:00
@@ -79,14 +79,18 @@ public interface Server {
|
||||
* Gets the in-game time on the server (in hours*1000)
|
||||
*
|
||||
* @return The current time in hours*1000
|
||||
* @deprecated Use World.getTime
|
||||
*/
|
||||
@Deprecated
|
||||
public long getTime();
|
||||
|
||||
/**
|
||||
* Sets the in-game time on the server (in hours*1000)
|
||||
*
|
||||
* @param time The time to set the in-game time to (in hours*1000)
|
||||
* @deprecated Use World.setTime
|
||||
*/
|
||||
@Deprecated
|
||||
public void setTime(long time);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user