Package ch.njol.skript.update
Class ReleaseChannel
java.lang.Object
ch.njol.skript.update.ReleaseChannel
Allows checking whether releases are in this channel or not.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ReleaseChannel
-
-
Method Details
-
check
Checks whether the release with given name belongs to this channel.- Parameters:
release
- Channel name.- Returns:
- Whether the release belongs to channel or not.
-
getName
Gets release channel name. For example, 'beta'.- Returns:
- Channel name.
-