mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Proper javadoc for event
This commit is contained in:
parent
ceb8fb9fa3
commit
4078f0708b
@ -11,9 +11,10 @@ public class PlotComponentSetEvent extends AbstractEvent {
|
||||
private final String component;
|
||||
|
||||
/**
|
||||
* PlotDeleteEvent: Called when a plot is deleted
|
||||
* PlotDeleteEvent: Called when a plot component is set
|
||||
*
|
||||
* @param plot The plot that was deleted
|
||||
* @param plot The plot
|
||||
* @param component The component which was set
|
||||
*/
|
||||
public PlotComponentSetEvent(Plot plot, String component) {
|
||||
this.plot = plot;
|
||||
|
Loading…
Reference in New Issue
Block a user