mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-01 05:57:54 +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.
|
* Executes code when reloading the addon.
|
||||||
*
|
|
||||||
* @since 0.17.0 (Alpha 12)
|
|
||||||
*/
|
*/
|
||||||
public void onReload() {}
|
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
|
* Fired when plugin is ready to play and all files are loaded
|
||||||
*
|
*
|
||||||
* @author tastybento
|
* @author tastybento
|
||||||
* @since 1.0
|
|
||||||
*/
|
*/
|
||||||
public class BentoBoxReadyEvent extends PremadeEvent {}
|
public class BentoBoxReadyEvent extends PremadeEvent {}
|
||||||
|
@ -7,7 +7,6 @@ import world.bentobox.bentobox.api.events.PremadeEvent;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Poslovitch
|
* @author Poslovitch
|
||||||
* @since 1.0
|
|
||||||
*/
|
*/
|
||||||
public class AddonBaseEvent extends PremadeEvent {
|
public class AddonBaseEvent extends PremadeEvent {
|
||||||
|
|
||||||
|
@ -10,7 +10,6 @@ import world.bentobox.bentobox.api.events.PremadeEvent;
|
|||||||
* Fired when a team event happens.
|
* Fired when a team event happens.
|
||||||
*
|
*
|
||||||
* @author tastybento
|
* @author tastybento
|
||||||
* @since 1.0
|
|
||||||
*/
|
*/
|
||||||
public class CommandEvent extends PremadeEvent implements Cancellable {
|
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.
|
* Canceling this event will result in canceling the change.
|
||||||
*
|
*
|
||||||
* @author Poslovitch
|
* @author Poslovitch
|
||||||
* @since 1.0
|
|
||||||
*/
|
*/
|
||||||
public class FlagChangeEvent extends IslandBaseEvent {
|
public class FlagChangeEvent extends IslandBaseEvent {
|
||||||
private final UUID player;
|
private final UUID player;
|
||||||
|
@ -13,7 +13,6 @@ import world.bentobox.bentobox.lists.Flags;
|
|||||||
* Fired when an island event happens.
|
* Fired when an island event happens.
|
||||||
*
|
*
|
||||||
* @author tastybento
|
* @author tastybento
|
||||||
* @since 1.0
|
|
||||||
*/
|
*/
|
||||||
public class IslandEvent extends IslandBaseEvent {
|
public class IslandEvent extends IslandBaseEvent {
|
||||||
|
|
||||||
|
@ -11,7 +11,6 @@ import world.bentobox.bentobox.database.objects.Island;
|
|||||||
* Fired when a team event happens.
|
* Fired when a team event happens.
|
||||||
*
|
*
|
||||||
* @author tastybento
|
* @author tastybento
|
||||||
* @since 1.0
|
|
||||||
*/
|
*/
|
||||||
public class TeamEvent {
|
public class TeamEvent {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user