build: Release 2.1.0

This commit is contained in:
NotMyFault
2022-03-10 22:57:23 +01:00
parent c3cdde9d2e
commit 95512a4c0b
10 changed files with 14 additions and 14 deletions

View File

@ -61,7 +61,7 @@ public class MinecraftVersion implements Comparable<MinecraftVersion> {
/**
* Get the minecraft version that the server is currently running
*
* @since TODO
* @since 2.1.0
*/
public static MinecraftVersion getCurrent() {
if (current == null) {

View File

@ -356,7 +356,7 @@ public interface BukkitImplAdapter<T> extends IBukkitAdapter {
* Returns an {@link IBatchProcessor} instance for post-processing of chunks to sort ticking of placed/existing blocks and
* fluids if the plugin is configured to do so
*
* @since TODO
* @since 2.1.0
*/
default IBatchProcessor getTickingPostProcessor() {
return null;