mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
build: Release 2.1.0
This commit is contained in:
@ -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) {
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user