Browse Source

Small JavaDoc Improving

RedstoneFuture 10 months ago
parent
commit
105ff827c4

+ 2 - 2
FAWE_Paster/src/main/java/de/butzlabben/missilewars/missile/paste/v1_20/fawe/FAWE_Paster.java

@@ -62,7 +62,7 @@ public class FAWE_Paster {
     /**
      * This method executes the paste command via FAWE.
      * 
-     * @param schematic (File) the target WorldEdit schematic file
+     * @param schematic (File) the target WorldEdit schematic file (all Schematic formats usable, '.schem' recommended)
      * @param locationVec (Vector) the abstract block location
      * @param world (World) the target world for the WorldEdit action
      * @param rotation (int) the target schematic rotation
@@ -99,7 +99,7 @@ public class FAWE_Paster {
      * 
      * @param locationVec (Vector) the abstract block location
      * @param world (World) the target world for the WorldEdit action
-     * @param replaceRadius (int) the configured "Replace radius" (is calculated like a half-diagonal line here)
+     * @param replaceRadius (int) the configured "Replace radius" (is calculated as a half-diagonal block line here)
      * @param replaceMaterial (Material) the target material for the replacement
      */
     public void removeTempBlock(Vector locationVec, org.bukkit.World world, int replaceRadius, Material replaceMaterial) {

+ 0 - 1
missilewars-plugin/src/main/java/de/butzlabben/missilewars/game/Game.java

@@ -29,7 +29,6 @@ import de.butzlabben.missilewars.event.GameStopEvent;
 import de.butzlabben.missilewars.game.enums.GameResult;
 import de.butzlabben.missilewars.game.enums.GameState;
 import de.butzlabben.missilewars.game.enums.MapChooseProcedure;
-import de.butzlabben.missilewars.game.enums.TeamType;
 import de.butzlabben.missilewars.game.equipment.EquipmentManager;
 import de.butzlabben.missilewars.game.misc.MotdManager;
 import de.butzlabben.missilewars.game.misc.ScoreboardManager;