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
-
Method Summary
Modifier and TypeMethodDescriptionlong
Amount 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:VersionFetcher
Amount of time to cache results for in millisecondsNegative values will never cache.
- Specified by:
getCacheTime
in interfaceVersionFetcher
- Returns:
- cache time
-
getVersionMessage
Description copied from interface:VersionFetcher
Gets 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:
getVersionMessage
in interfaceVersionFetcher
- Parameters:
serverVersion
- the current version of the server (will matchBukkit.getVersion()
)- Returns:
- the message to show when requesting a version
-