VersionFetcher.DummyVersionFetcher
public interface VersionFetcher
Modifier and Type | Interface | Description |
---|---|---|
static class |
VersionFetcher.DummyVersionFetcher |
Modifier and Type | Method | Description |
---|---|---|
long |
getCacheTime() |
Amount of time to cache results for in milliseconds
|
String |
getVersionMessage(String serverVersion) |
Gets the version message to cache and show to command senders.
|
long getCacheTime()
Negative values will never cache.
@NotNull String getVersionMessage(@NotNull String serverVersion)
NOTE: This is run in a new thread separate from that of the command processing thread
serverVersion
- the current version of the server (will match Bukkit.getVersion()
)Copyright © 2020. All rights reserved.