Removed bad javadoc

This commit is contained in:
Auxilor
2021-07-16 14:42:12 +02:00
committed by Auxilor
parent eccd4b4a6f
commit e6bdf192ed
4 changed files with 0 additions and 13 deletions

View File

@@ -11,9 +11,6 @@ import org.jetbrains.annotations.NotNull;
import java.util.List;
/**
* Event triggered when entity is killed by entity.
*/
public class EntityDeathByEntityEvent extends Event {
/**
* Internal, for bukkit.

View File

@@ -2,10 +2,6 @@ package com.willfp.eco.core.extensions;
import java.util.Set;
/**
* Interface for extension loader.
* Some external plugins may modify extension loading for internal server purposes.
*/
public interface ExtensionLoader {
/**

View File

@@ -2,9 +2,6 @@ package com.willfp.eco.core.extensions;
import org.jetbrains.annotations.NotNull;
/**
* Called when the extension is made incorrectly.
*/
public class MalformedExtensionException extends RuntimeException {
/**