mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-03 18:53:43 +01:00 
			
		
		
		
	Get the most out of javadocs
This commit is contained in:
		@@ -71,6 +71,10 @@ tasks {
 | 
			
		||||
        opt.links("https://google.github.io/guice/api-docs/" + libs.guice.get().versionConstraint.toString() + "/javadoc/")
 | 
			
		||||
        opt.links("https://checkerframework.org/api/")
 | 
			
		||||
        opt.links("https://javadoc.io/doc/com.intellectualsites.informative-annotations/informative-annotations/latest/")
 | 
			
		||||
        opt.isLinkSource = true
 | 
			
		||||
        opt.bottom(File("$rootDir/javadocfooter.html").readText())
 | 
			
		||||
        opt.isUse = true
 | 
			
		||||
        opt.encoding("UTF-8")
 | 
			
		||||
        opt.keyWords()
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -114,7 +114,7 @@ public class PlayerAutoPlotEvent extends PlotEvent implements CancellablePlotEve
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * @deprecated for removal. Use {@link PlayerAutoPlotEvent#setSizeX(int)} )}
 | 
			
		||||
     * @deprecated for removal. Use {@link PlayerAutoPlotEvent#setSizeX(int)}
 | 
			
		||||
     */
 | 
			
		||||
    @Deprecated(forRemoval = true, since = "6.1.0")
 | 
			
		||||
    public void setSize_x(int sizeX) {
 | 
			
		||||
@@ -130,7 +130,7 @@ public class PlayerAutoPlotEvent extends PlotEvent implements CancellablePlotEve
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * @deprecated for removal. Use {@link PlayerAutoPlotEvent#setSizeZ(int)} )}
 | 
			
		||||
     * @deprecated for removal. Use {@link PlayerAutoPlotEvent#setSizeZ(int)}
 | 
			
		||||
     */
 | 
			
		||||
    @Deprecated(forRemoval = true, since = "6.1.0")
 | 
			
		||||
    public void setSize_z(int sizeZ) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user