public interface  com.thevoxelbox.voxelsniper.brush.property.BrushCreator extends java.lang.Object
{
public abstract com.thevoxelbox.voxelsniper.brush.Brush create();
}