Uses of Record Class
net.mathias2246.buildmc.api.messageBus.SemVer
Packages that use SemVer
-
Uses of SemVer in net.mathias2246.buildmc.api.messageBus
Methods in net.mathias2246.buildmc.api.messageBus that return SemVerModifier and TypeMethodDescription@NotNull SemVerEventChannel.getVersion()static SemVerSemVer.of(int major, int minor, int patch) static SemVer@NotNull SemVerBusEvent.version()Returns the value of theversionrecord component.Methods in net.mathias2246.buildmc.api.messageBus that return types with arguments of type SemVerMethods in net.mathias2246.buildmc.api.messageBus with parameters of type SemVerConstructors in net.mathias2246.buildmc.api.messageBus with parameters of type SemVerModifierConstructorDescriptionBusEvent(@NotNull String channelId, @NotNull SemVer version, @NotNull String publisherId, @NotNull com.google.gson.JsonObject payload, long timestamp) Creates an instance of aBusEventrecord class.EventChannel(@NotNull org.bukkit.NamespacedKey key, @NotNull SemVer version, @NotNull String publisherId) Constructor parameters in net.mathias2246.buildmc.api.messageBus with type arguments of type SemVerModifierConstructorDescriptionEventSubscription(@NotNull org.bukkit.NamespacedKey key, @NotNull org.bukkit.NamespacedKey channelId, @NotNull Set<SemVer> acceptedVersions, @NotNull String subscriberId, @NotNull EventHandler handler)