Renamed Brush to BrushTool, and BrushShape to Brush.

This commit is contained in:
sk89q
2011-02-18 23:36:08 -08:00
parent 498f3d9ef1
commit 7f25262572
9 changed files with 21 additions and 21 deletions

View File

@@ -24,7 +24,7 @@ import com.sk89q.worldedit.MaxChangedBlocksException;
import com.sk89q.worldedit.Vector;
import com.sk89q.worldedit.patterns.Pattern;
public class HollowSphereBrush implements BrushShape {
public class HollowSphereBrush implements Brush {
public HollowSphereBrush() {
}