Improved codestyle (8/?)

This commit is contained in:
Auxilor
2020-12-28 15:20:51 +00:00
parent 186999a701
commit cb191af310
32 changed files with 265 additions and 113 deletions

View File

@@ -1,7 +1,9 @@
package com.willfp.eco.core.proxy;
import lombok.experimental.UtilityClass;
import org.bukkit.Bukkit;
@UtilityClass
public class ProxyConstants {
/**
* The NMS version that the server is running on.

View File

@@ -11,4 +11,4 @@ public interface OpenInventoryProxy extends AbstractProxy {
* @return The NMS inventory container.
*/
Object getOpenInventory(@NotNull Player player);
}
}