Improved codestyle (8/?)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -11,4 +11,4 @@ public interface OpenInventoryProxy extends AbstractProxy {
|
||||
* @return The NMS inventory container.
|
||||
*/
|
||||
Object getOpenInventory(@NotNull Player player);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user