mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-09 07:45:27 +02:00
Add note about PlayerPlotAutoEvent return null plot
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user