ソースを参照

Improving method description

RedstoneFuture 9 ヶ月 前
コミット
1d294aebc0

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

@@ -100,7 +100,9 @@ public class FAWE_Paster {
      * @param locationVec (Vector) the abstract block location
      * @param world (World) the target world for the WorldEdit action
      * @param replaceMaterial (Material) the target material for the replacement
-     * @param replaceRadius (int) the configured "Replace radius" (is calculated as a half-diagonal block line here)
+     * @param replaceRadius (int) the configured "Replace radius" 
+     *                      The value is used as the block-limit for the “Starter-Block” check and represents 
+     *                      a half of the cuboid-edge length with the Schematic-Origin as starting point.
      */
     public void removeTempBlock(Vector locationVec, org.bukkit.World world, Material replaceMaterial, int replaceRadius) {
         int startX = locationVec.getBlockX() - replaceRadius;