mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 20:56:41 +00:00
Little bit of formatting
This commit is contained in:
@ -34,6 +34,6 @@ public interface EntityFunction {
|
||||
* @return true if something was changed
|
||||
* @throws WorldEditException thrown on an error
|
||||
*/
|
||||
public boolean apply(Entity entity) throws WorldEditException;
|
||||
boolean apply(Entity entity) throws WorldEditException;
|
||||
|
||||
}
|
||||
|
@ -36,6 +36,6 @@ public interface FlatRegionFunction {
|
||||
* @return true if something was changed
|
||||
* @throws WorldEditException thrown on an error
|
||||
*/
|
||||
public boolean apply(Vector2D position) throws WorldEditException;
|
||||
boolean apply(Vector2D position) throws WorldEditException;
|
||||
|
||||
}
|
||||
|
@ -34,6 +34,6 @@ public interface RegionFunction {
|
||||
* @return true if something was changed
|
||||
* @throws WorldEditException thrown on an error
|
||||
*/
|
||||
public boolean apply(Vector position) throws WorldEditException;
|
||||
boolean apply(Vector position) throws WorldEditException;
|
||||
|
||||
}
|
||||
|
@ -21,7 +21,6 @@ package com.sk89q.worldedit.function.mask;
|
||||
|
||||
import com.sk89q.worldedit.Vector;
|
||||
import com.sk89q.worldedit.extent.Extent;
|
||||
import com.sk89q.worldedit.world.block.BlockTypes;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
|
Reference in New Issue
Block a user