mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-03 18:53:43 +01:00 
			
		
		
		
	chore: add javadocs to CancellablePlotEvent#
This commit is contained in:
		@@ -26,8 +26,18 @@ import org.checkerframework.checker.nullness.qual.Nullable;
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
public interface CancellablePlotEvent {
 | 
					public interface CancellablePlotEvent {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * The currently set {@link Result} for this event (as set by potential previous event listeners).
 | 
				
			||||||
 | 
					     *
 | 
				
			||||||
 | 
					     * @return the current result.
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
    @Nullable Result getEventResult();
 | 
					    @Nullable Result getEventResult();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * Set the {@link Result} for this event.
 | 
				
			||||||
 | 
					     *
 | 
				
			||||||
 | 
					     * @param eventResult the new result.
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
    void setEventResult(@Nullable Result eventResult);
 | 
					    void setEventResult(@Nullable Result eventResult);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user