Modifier and Type | Method and Description |
---|---|
Version |
KPMDaemon.getVersion() |
Constructor and Description |
---|
InvalidPluginVersionSignal(org.bukkit.plugin.Plugin plugin,
UpgradeErrorCause invalidReason,
Version serverPluginVersion,
Version pluginVersion) |
Modifier and Type | Method and Description |
---|---|
Version |
KPMRegistry.getVersion()
デーモンのバージョンを取得します。
|
Constructor and Description |
---|
PluginIncompatibleWithKPMSignal(@NotNull org.bukkit.plugin.PluginDescriptionFile pluginDescription,
@NotNull KPMInformationFile kpmInformation,
@NotNull Version kpmVersion) |
Modifier and Type | Method and Description |
---|---|
static Version |
KPMFetcher.fetchLatestKPMVersion(KPMRegistry registry) |
Modifier and Type | Field and Description |
---|---|
protected Version |
LatestFetchSignal.currentVersion |
Constructor and Description |
---|
Error(Version currentVersion,
String errorMessage) |
Post(Version currentVersion,
Version latestVersion) |
Pre(Version currentVersion) |
Modifier and Type | Method and Description |
---|---|
static @NotNull Version |
Version.of(@NotNull String rawVersion) |
static @Nullable Version |
Version.ofNullable(@NotNull String rawVersion) |
Modifier and Type | Method and Description |
---|---|
int |
VersionComparator.compare(Version o1,
Version o2) |
int |
Version.compareTo(Version o) |
boolean |
Version.isEqualTo(Version other) |
boolean |
Version.isNewerThan(Version other) |
boolean |
Version.isNewerThanOrEqualTo(Version other) |
boolean |
Version.isOlderThan(Version other) |
boolean |
Version.isOlderThanOrEqualTo(Version other) |
Copyright © 2023. All rights reserved.