Package com.destroystokyo.paper.util
Class VersionFetcher.DummyVersionFetcher
java.lang.Object
com.destroystokyo.paper.util.VersionFetcher.DummyVersionFetcher
- All Implemented Interfaces:
 VersionFetcher
- Enclosing interface:
 - VersionFetcher
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface com.destroystokyo.paper.util.VersionFetcher
VersionFetcher.DummyVersionFetcher - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionlongAmount of time to cache results for in millisecondsgetVersionMessage(@NotNull String serverVersion) Gets the version message to cache and show to command senders. 
- 
Constructor Details
- 
DummyVersionFetcher
public DummyVersionFetcher() 
 - 
 - 
Method Details
- 
getCacheTime
public long getCacheTime()Description copied from interface:VersionFetcherAmount of time to cache results for in millisecondsNegative values will never cache.
- Specified by:
 getCacheTimein interfaceVersionFetcher- Returns:
 - cache time
 
 - 
getVersionMessage
Description copied from interface:VersionFetcherGets the version message to cache and show to command senders.NOTE: This is run in a new thread separate from that of the command processing thread
- Specified by:
 getVersionMessagein interfaceVersionFetcher- Parameters:
 serverVersion- the current version of the server (will matchBukkit.getVersion())- Returns:
 - the message to show when requesting a version
 
 
 -