mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-29 04:27:46 +01:00
Removed since Javadoc tags
This commit is contained in:
parent
a5831947c2
commit
9545c74833
@ -61,8 +61,6 @@ public abstract class Addon {
|
||||
|
||||
/**
|
||||
* Executes code when reloading the addon.
|
||||
*
|
||||
* @since 0.17.0 (Alpha 12)
|
||||
*/
|
||||
public void onReload() {}
|
||||
|
||||
|
@ -4,6 +4,5 @@ package world.bentobox.bentobox.api.events;
|
||||
* Fired when plugin is ready to play and all files are loaded
|
||||
*
|
||||
* @author tastybento
|
||||
* @since 1.0
|
||||
*/
|
||||
public class BentoBoxReadyEvent extends PremadeEvent {}
|
||||
|
@ -7,7 +7,6 @@ import world.bentobox.bentobox.api.events.PremadeEvent;
|
||||
|
||||
/**
|
||||
* @author Poslovitch
|
||||
* @since 1.0
|
||||
*/
|
||||
public class AddonBaseEvent extends PremadeEvent {
|
||||
|
||||
|
@ -10,7 +10,6 @@ import world.bentobox.bentobox.api.events.PremadeEvent;
|
||||
* Fired when a team event happens.
|
||||
*
|
||||
* @author tastybento
|
||||
* @since 1.0
|
||||
*/
|
||||
public class CommandEvent extends PremadeEvent implements Cancellable {
|
||||
|
||||
|
@ -12,7 +12,6 @@ import world.bentobox.bentobox.database.objects.Island;
|
||||
* Canceling this event will result in canceling the change.
|
||||
*
|
||||
* @author Poslovitch
|
||||
* @since 1.0
|
||||
*/
|
||||
public class FlagChangeEvent extends IslandBaseEvent {
|
||||
private final UUID player;
|
||||
|
@ -13,7 +13,6 @@ import world.bentobox.bentobox.lists.Flags;
|
||||
* Fired when an island event happens.
|
||||
*
|
||||
* @author tastybento
|
||||
* @since 1.0
|
||||
*/
|
||||
public class IslandEvent extends IslandBaseEvent {
|
||||
|
||||
|
@ -11,7 +11,6 @@ import world.bentobox.bentobox.database.objects.Island;
|
||||
* Fired when a team event happens.
|
||||
*
|
||||
* @author tastybento
|
||||
* @since 1.0
|
||||
*/
|
||||
public class TeamEvent {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user