Clean up bukkit listeners by splitting them up

This commit is contained in:
dordsor21
2020-07-11 19:03:55 +01:00
parent afb72aa102
commit 3a11ffc77a
10 changed files with 3417 additions and 3228 deletions

View File

@ -162,7 +162,7 @@ public interface IPlotMain<P> extends ILogger {
/**
* Register the protection system.
*/
void registerPlayerEvents();
void registerEvents();
/**
* Register force field events.

View File

@ -43,7 +43,7 @@ import static com.plotsquared.core.util.entity.EntityCategories.CAP_VEHICLE;
* Entity related general utility methods
*/
@UtilityClass
public final class EntityUtil {
public class EntityUtil {
private static int capNumeral(@NonNull final String flagName) {
int i;