mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Add note about PlayerPlotAutoEvent return null plot
This commit is contained in:
parent
e2700d3b28
commit
b01291c4ff
@ -33,6 +33,9 @@ import lombok.Setter;
|
|||||||
|
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* PlayerAutoPlotEvent returns null for {@code PlotEvent.getPlot()} as the event is fired before the plot is chosen.
|
||||||
|
*/
|
||||||
public class PlayerAutoPlotEvent extends PlotEvent implements CancellablePlotEvent {
|
public class PlayerAutoPlotEvent extends PlotEvent implements CancellablePlotEvent {
|
||||||
|
|
||||||
private Result eventResult;
|
private Result eventResult;
|
||||||
|
Loading…
Reference in New Issue
Block a user