Made a checkMaxBrushRadius method for centralized use.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.sk89q.worldedit;
|
||||
|
||||
/**
|
||||
*
|
||||
* Thrown when a maximum radius for a brush is reached.
|
||||
*
|
||||
*/
|
||||
public class MaxBrushRadiusException extends MaxRadiusException {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user